What is private inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How do you allocate and deallocate memory in C++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
How should a contructor handle a failure?
What is the difference between object-oriented programming and procedural programming?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Is c++ vector dynamic?
What should main() return in c and c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
How are the features of c++ different from c?
How do c++ struct differs from the c++ class?