Frage im Vorstellungsgespräch bei Multivision

What is the difference between a class and an object in object oriented programming?

Antwort im Vorstellungsgespräch

Anonym

10. Aug. 2015

Basic answer. A class is like a blue print for building a house and the object is the house itself (an instance of that class).