+ 6
The idea of classes and object-oriented programming as a whole is to create blueprints of real-life objects as classes and instantiate instances of the class as objects to be manipulated. You are not supposed to "use classes". You are supposed to use instances of the class to represent different objects of the same class/type.



