Distinguish between an object and a class.
Answers
Answered by
1
what is your question pls send question properly
twinkle1125:
the question is quite proper
Answered by
2
An object is a member or an "instance" of a class. An object has a state in which all of its properties have values that you either explicitly define or that are defined by default settings. This subtle conceptual difference between classes and objects shows why there is a tendency to want to use them interchangeably.
Similar questions