How do you invoke a base member function from a derived class in which you’ve overridden that function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the arrow operator in c++?

0 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


Is map ordered c++?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


How is new() different from malloc()?

0 Answers  


What do you mean by vtable and vptr in c++?

0 Answers  


Define private, protected and public access control.

0 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


What is a linked list in c++?

0 Answers  


Are iterators pointers?

0 Answers  


What is the full form of india?

0 Answers  


Categories