I have three class as following

- person class
- employee class
- manager class

employee class and manager class extend the class person
I want to create a person array with 3 elements
element 1 is person
element 2 is employee
element 3 is manager

how to create 3 elements ?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to