What is innerclass

Showing Answers 1 - 3 of 3 Answers

Sanjay Tandon

  • Jul 13th, 2005
 

A class is inclose in a class 
class outer { 
class inner{ 
methods........ 

}

  Was this answer useful?  Yes

Shaiki mohamed

  • Aug 3rd, 2005
 

Static class encloses with in the another static class is called nested class . 
If the non-class encloses with the non-static class is called the inner class. 
 
b shaik mohamed

  Was this answer useful?  Yes

Gags

  • Aug 16th, 2005
 

An inner class is a type of nested class that is not explicitly or implicitly declared static. 
 
Types of Inner Classes: 
Local inner class. 
Anonymous inner class. 
Non-static member class. 
Member Inner class.

  Was this answer useful?  Yes

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