Computer Science, asked by Jas41, 1 year ago

What do you mean by class in java?

Answers

Answered by vishal244
1
A class is nothing but a blueprint or a template for creating different objects which defines its properties and behaviors. Java class objects exhibit the properties and behaviors defined by its class. A class can contain fields and methods to describe the behavior of an object.
Answered by arohi4
0
class have a collection of objects and methods it self.
class is a instance of object
Similar questions