The Class is an user defined data type. It is a simple abstract model to define a new data type.
It is the basis for object oriented programming .A class contains group of related variables and methods.
Syntax for class:
{
// fields, operations and properties go here
}
No comments:
Post a Comment