Problem #567 CORE JAVA PROGRAMMING

Create a Java program to create a package with 4 public classes, create the object in another file and call the function created in those classes.

Your Solution