What is a Class? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is a Class?

Can you advice me some literature?

11th Oct 2019, 7:10 AM
Feuer und Wasser
Feuer und Wasser - avatar
2 Answers
+ 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
11th Oct 2019, 7:15 AM
A͢J
A͢J - avatar
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.
12th Oct 2019, 4:23 PM
Pushpendra Singh
Pushpendra Singh - avatar