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
Explain the advantages of using friend classes.
What is private public protected in c++?
Which is the best c++ software?
Describe the advantage of an external iterator.
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What are the differences between java and c++?
Where do I find the current c or c++ standard documents?
List the special characteristics of constructor.
Can you sort a set c++?
What is the advantage of an external iterator.
Why is standard template library used?
What is static class data?
What is the need of a destructor? Explain with the help of an example.
When to use “const” reference arguments in a function?
State the difference between pre and post increment/decrement operations.