0
What is difference between Class and Object in java ?
4 odpowiedzi
+ 4
a class is the definition of object.
class define the attributes and behaviour of the object .
attributes are variable and behaviour are methods defined within the class
0
A class is a blueprint for an object. An object is an instance of the class.
- 1
thanks bro and like question please