Explain container class.
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of inheritance in c++?
write a programme to get a character and thier ASCII value
Explain rtti.
Can user-defined object be declared as static data member of another class?
Describe the advantages of operator overloading?
What is a namespace in c++?
What is a volatile variable in c++?
Explain the need for "Virtual Destructor"?
const char * char * const What is the differnce between the above two?
What is wrapper class in c++?
What is c++ virtual inheritance?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?