What are virtual constructors/destructors?


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

Post New Answer

More C++ General Interview Questions

When we use Abstract Class and when we use Interface?where we will implement in real time?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


What is a .h file c++?

0 Answers  


Does c++ have string data type?

0 Answers  


What is an inline function in c++?

0 Answers  






How static variables and local variablesare similar and dissimilar?

0 Answers  


What is a reference in C++?

1 Answers  


What are multiple inheritances (virtual inheritance)?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


What are manipulators in c++ with example?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


Differentiate between late binding and early binding.

0 Answers  


Categories