Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What is inner class?

6 like 0 dislike
Please tell me, what is inner class?
asked 1 year ago by starcaller (24,080 points)

2 Answers

2 like 0 dislike
 
Best answer
A class within another class is known as nested class. There
are two type of nested class static nested class and non
static nested class.The static nested class did'nt access
its enclosed member function directly, where an non static
nested class can directly access. the non static nested
class is known as inner class.
answered 1 year ago by william (91,210 points)
2 like 0 dislike
A class defined inside another one is called an inner class
answered 1 year ago by pollard (41,990 points)

Related questions

2 like 0 dislike
1 answer
2 like 0 dislike
1 answer
2 like 0 dislike
1 answer
3 like 0 dislike
0 answers
asked 1 year ago by DBA-boss (120,990 points)
3 like 0 dislike
0 answers