Answer Posted / rani
No, we cannot have virtual constructor. Because constructor
is usually use to create instance of a class and we cannot
make it virtual.
| Is This Answer Correct ? | 47 Yes | 2 No |
Post New Answer View All Answers
What is input operator in c++?
What is rvalue?
How do you flush a buffer in c++?
What are vtable and vptr?
What is a responder chain?
What are the various operations performed on stack?
What is general form of pure virtual function? Explain?
What are static and dynamic type checking?
Describe exception handling concept with an example?
How do I start a c++ project?
How are Structure passing and returning implemented by the compiler?
If you don’t declare a return value, what type of return value is assumed?
Difference between pass by value and pass by reference?
What are the classes in c++?
Describe Trees using C++ with an example.