0
What is a Class?
Can you advice me some literature?
2 Antworten
+ 5
A class can be defined as a template/blueprint that describes the behavior/state that the object of its type support.
For example- Human is a class which has different objects like hand, foot etc which has some behaviour like slapping, walking etc.
https://code.sololearn.com/W71i1t1MPVp6/?ref=app
Check this code. Here lots of resources given
0
Class is use to store data, with different types of data type, where you can make your data public private or protect with inheritance of different classes.