Home | Computer Science

<
Classes and Objects

Defination

Class is a combination of Data member and member fuctions.


Classes and Objects Syntax of it is
class abc{
private: int a,b;
public: void add{
}
};
Three are three types of Memory Accessor

Some important information