Computer Science, asked by krishna140, 1 year ago

what is class in java

Answers

Answered by PalakBhati
2

A class is a group of objects which have common properties. It is a template or blueprint from which objects are created. It is a logical entity.
Answered by Anonymous
2

Java Classes/Objects

Java is an object-oriented programming language. ... A Class is like an object constructor, or a "blueprint" for creating objects.

Similar questions