What is Class?
As we know, in any school system there are many classes and in each classes students belongs to many casts. So, Class is a group of different data types that casts. Class is also works like data type; just its calling terminology is different than all other data types. Integer (int), Character (char), Floating Point (float) is system defined data types but Class is user defined data type.
Comments
Post a Comment