0
What is the difference between a class and an object?
7 Réponses
+ 1
A object is an instance of a class. Have a look at SoloLearns Tutorial about java, this will help you. :)
A class can be seen as a building plan for an object. For example you describe some parameters and methods in a class. To use this class you have to create an instance of this class, a so called object.
+ 1
Swim, Thanks
0
can somehow explain in a particular language?
0
show an example?