+ 1
How can I understand classes?
3 Answers
+ 3
Classes are the blueprint of the program (like a blueprint of building which tells the workers where to make what) where you make functions of the program. Then using this functions you make a whole building or program using this blueprint. Hope you understand.
0
By trying it in the playground and manipulate it whatever you could think about :)
0
Quite simply a class is just a place where you put similar functions.
The variables and definitions of the functions are all contained within the class.