Monday, 8 July 2013

what are classes and objetcs?




class box

{
public:
double length;//length of box
double breadth;//breadth of box
double height;//height of box
};
object- object are the run time entities
classes
classes  -it is a user defined data types

No comments:

Post a Comment