- 1
If a class describes the behavior of its objects, then what is object?
OOP
2 Answers
+ 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.