The basic run-time entities in an object oriented programming approach are the
The wrapping up of data & functions into a single unit is referred to as
The mechanism of deriving a class from another derived class is called
Message passing involoves
A member function is defined
When both the base & the derived class(es) have constructors, which constructor is executed first if an object of derived class is created ?
The statement : "A friend function can be invoked without the help of an object." is
"A virtual function cannot be a friend of another class"
eof() function returns a non-zero value if end of file is encountered while reading.
Pointer to a derived class cannot access an object of the base class.