Problem #564 CORE JAVA PROGRAMMING

Create a Java program to access the java.util.Date class through import keyword and print the current date of the system but inherit the Date class.

Your Solution