Sunday, August 2, 2009

Give singleline definition for all oops concepts with examples in c++.......?

give the answer in the following manner





Topic: data abstraction


Definition:..........................(... line definition)


Syntax:..................................


Example:...........................

Give singleline definition for all oops concepts with examples in c++.......?
here is example of inline function


class robot


{


public:


void setAge(int age) const {itsAge = age;}


private:


itsAge;


};


No comments:

Post a Comment