- 1
If a class describes the behavior of its objects, then what is object?
OOP
2 Réponses
+ 1
Mae Ann Velasco be more specific about what you don't understand in a particular concept or you can go through the course on sololearn to clear doubts all these basics
+ 1
▪ Classes are blue print for creating objects.
▪ Objects are real world entity which has state and behaviour.
▪ Instance variables define the state and methods define the behaviour.