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?
How to invoke a C function using a C++ program?
what do you mean by exception handling in C++?
What is a virtual function in C++?
what is friend function in C++?
What is conversion constructor in C++
What is Coupling?
Explain the FOR loop with a help of a code.
Explain the difference between method overriding and method overloading in C++?
Find the Factorial of a number using a program.
In C++ what do you mean by Inheritance?
Tell us the size of a float variable.
write a program To generate the Fibonacci Series.
To solve the 8 Queens problem, which algorithm is used?