What are pass by value and pass by reference?what is the disadvantage of pass by value?
What is the difference between virtual functions and pure virtual functions?
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?
In C++ what is a vtable and how does it work?
What is an abstract class in C++
0 Answers SwanSoft Technologies,
Explain function prototypes in C++.
Write a C++ Program to Display Number (Entered by the User).
What is placement new?
What is an algorithm (in terms of the STL/C++ standard library)?
Explain the difference between method overriding and method overloading in C++?
Write a program to generate the Fibonocci Series in C++.
What is pass by value & reference.
How can you force the compiler to not generate them?