0

What is actually a class?

5th Sep 2016, 12:23 PM
Aryan
Aryan - avatar
2 odpowiedzi
+ 1
A class can be defined as a template that describes the behaviors/states that object of its type support. Simply speaking: class is a user defined data type like int, String etc.
7th Sep 2016, 8:55 AM
Vinay
Vinay - avatar
+ 1
A class is a group of objects that has common properties. It is a template or blueprint from which objects are created.
21st Sep 2016, 4:56 AM
Neeraj Jangra
Neeraj Jangra - avatar