What is a member class?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a member class?
Rating:
A nested class that is not declared as static is called a member class. A member class is also commonly known as an inner class. It is associated with an instance of its enclosing class. A member class has access to all the variables and methods defined in its enclosing class. There can be multiple member classes in an enclosing class.
Rating:
Was this information helpful?
Other articles
- What is a block?
- What is the == operator?
- What is the DateFormat class?
- What is length field?
- What is the bitwise AND operator?