Answer Posted / vighnesh
Yes there is no virtual constructors.I can think a a reason
may be because a constructor is never inherited so there is
no polymorphism etc involved .
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
What are the four partitions in which c++ compiler divides the ram?
Out of fgets() and gets() which function is safe to use and why?
what are the iterator and generic algorithms.
What is anonymous object in c++?
Do you know about C++ 11 standard?
Is c++ vector a linked list?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What return value must conversion operators have in their declaration?
Is c++ a dying language?
What are the various situations where a copy constructor is invoked?
Can we change the basic meaning of an operator in c++?
Write a program in C++ for Fibonacci series
What is the best way to declare and define global variables?
Difference between an inspector and a mutator
What are the restrictions apply to constructors and destructors?