0
What are the types of class
Main method
3 Antworten
+ 2
Two type.. Static and non-static class
+ 1
class is the group of code and data.
A class can be defined inside another class which is called inner class ,it is of 4 types
1.) Anonymous inner class
2.)Local inner class
3.)Static inner class
4.) member inner class
Also a class can be defined abstract .
0
there r two type of class ....static and non static class