What is class in oops or java?

 A class is nothing but user defined data type, A class is complex blueprint having data members like private variable public variable property event method etc

     Collection of objects is called class it is a logical entity

A class is template on which n number of Objects can be instantiated 

Comments

Blogs