If class D is derived from a base class B
No Answer is Posted For this Question
Be the First to Post Answer
What is pass by value & reference.
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
What are the advantages/disadvantages of using #define?
How to run C++ program in cmd
What are the advantages and disadvantages of B-star trees over Binary trees?
What is a memory leak in C++?
What is static variable and difference between(const char *p,char const *p,const char* const p).
What is a COPY CONSTRUCTOR and when is it called?
Can we call C++ OOPS? and Why
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?
What is the 4 difference between delete[] and delete?
What is a constructor initializer list?