programming focus
A Blog about learning prgramming langauges and concepts
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment