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?
How can a C function be called in a C++ program?
What is the difference between Stack and Queue in C++?
0 Answers Global Logic, iNautix,
What are the advantages/disadvantages of using inline and const?
Factory Method C++ – How to delete pointers returned by it
How can you force the compiler to not generate them?
What are the advantages and disadvantages of B-star trees over Binary trees?
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
Explain the operator overloading feature in C++ ?
How to run C++ program in cmd
Write a C++ Program to Find Sum and Average of three numbers.
Difference between function overloading and function overriding.
What is C++11?