what are classes in java??
Answers
Answered by
17
Classes and Objects in Java. Classes and Objects are basic concepts of Object Oriented Programming which revolve around the real life entities. A class is a user defined blueprint or prototype from which objects are created. It represents the set of properties or methods that are common to all objects of one type.
Answered by
15
Classes and Objects in Java. Classes and Objects are basic concepts of Object Oriented Programming which revolve around the real life entities. Class.
A class is a user defined blueprint or prototype from which objects are created. It represents the set of properties or methods that are common to all objects of one .
Similar questions