How to construct virtual constructor
Answer Posted / vishwa
there is no need to use vitual constructors in C++.
because the construction of the class tree will be happened
from the base class to child class.
Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What is the difference between #import and #include?
Can I uninstall microsoft c++ redistributable?
Why null pointer is used?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Write about the stack unwinding?
What is null pointer and void pointer?
Name the operators that cannot be overloaded in C++?
What is the size of integer variable?
What are built-in functions? What is the syntax for the definition?
What is a pointer how and when is it used?
What are the different types of polymorphism in c++?
Why is c++ still best?
What is ctime c++?
Is c++ faster than c?
What is the use of class in c++?