What is difference between class and object in java?
Answers
Answered by
0
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 define 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