Computer Science, asked by tirathram7269, 10 months ago

algorithm of use of class and object in java

Answers

Answered by vipbhai
0

Explanation:

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.

Similar questions