I am doing this homework too and I understand the next points about the homework:
The homework project is MyGetPersonMultipleInterfaces2. The base to develop the homework project is MyPersonMultipleInterfaces In the project MyPersonMultipleInterfaces there are: - A concrete class called Person.java - 2 interfaces called PersonInterface and AnotherInterfaceExample. I understand that the project MyPersonMultipleInterfaces have a concrete class (Person) to implement multiple Java interfaces (PersonInterface and AnotherInterfaceExample). I am supposing that the homework project MyGetPersonMultipleInterfaces2 would have 3 classes and 4 interfaces: Main class Person class (implements MyOwnInterface) AddresImpl class ( implements AddressInterface) PersonInterface interface AnotherInterfaceExample interface MyOwnInterface interface AddressInterface interface The previous tips of srinivas dumpala will help me to do this homework. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
