Q4.  The classes DateInfo and Student in different packages

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Q4.  The classes DateInfo and Student in different packages

  1. Create two packages, calendar, and personal_data
  2. Create a class called DateInfo inside the package calendar
  3. The class DateInfo has only three variables, day (type integer), month (integer), year (integer).
  4. The three variables day, month and year, are invisible outside the class DateInfo.
  5. Define a constructor for the class DateInfo with three-arguments to initialize the variables day, month and year.
  6. Write a method called getDateFormat, that returns a date format example; 19/4/2016 (the method returns a String type for simplification)
  7. Create a class called Person inside the package personal_data.
  8. The Person class has only two variables, name (type String) and birthDate (type DateInfo).
  9. Create two Person objects for Omar and Rami, Omar's birthDate is 28/8/1998 and Rami's birthDate is 13/9/1996
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage