I have two classes that have the same class name and use the same package name. However, the two class files are located in different directories. One other thing that is different between the two is that each class has methods in it that do not appear in the other. In essence, I want to split the methods into two separate files using the same name but different folders.I have two classes that have the same class nam