Saturday, November 7, 2009

CLASS

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:

Class Myclass

{

// fields, operations and properties go here

}

No comments:

Post a Comment