Please explain objects as instance of class
Answers
Answered by
3
Answer:
an object is basically a representative of class that includes the characteristics and behavior defined within the class.An object represents the class while being used in a program.Hence, object is an instance of class.
Similar questions