If class D is derived from a base class B


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

Post New Answer

More C++ Interview Questions

What is pass by value & reference.

0 Answers   Accenture,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


How to run C++ program in cmd

0 Answers  


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  






What is a memory leak in C++?

0 Answers   Agilent,


What is static variable and difference between(const char *p,char const *p,const char* const p).

0 Answers   Accenture,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


Can we call C++ OOPS? and Why

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


What is a constructor initializer list?

0 Answers   Amazon,


Categories