|
Private Classes Clarification
I'm a little stumped on this.
I am supposed to create a private class within my main class. I Then need to be able to reference that class from other classes. How do i call that private class and the methods within it from another class?
I tried using an object in the class which i want to call from which references the main class. This didn't really work. It said the package did not exist.
Thanks for your help... let me know if there is anything else you need to know.
|