Define virtual constructor.
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between malloc()/free() and new/delete?
What is the difference between prefix and postfix versions of operator++()?
What is OOPs
What is do..while loops structure?
What are the characteristics of friend functions?
How many characters are recognized by ANSI C++?
What do you mean by translation unit in c++?
What do you mean by global variables?
What is Pure Virtual Function? Why and when it is used ?
Are there any new intrinsic (built-in) data types?
What is a terminating character in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort