Inner Class

What is Inner Class? What is use of it?

Questions by justjiten   answers by justjiten

Showing Answers 1 - 3 of 3 Answers

V.Tamizh

  • Dec 2nd, 2008
 

  • An inner class is a class that is defined inside another class.
  • Inner class is a safety mechanism.
  • Inner class is hidden from other classes in its outer class.
  • Inner class can access the members of outer class directly.
  • Inner class object and outer class objects are created in separate memory locations.
          Generally, for authentication purpose we are using inner class



               

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions