Q4.  The classes DateInfo and Student in different packages

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 2PE
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT