Answer Posted / malini
There is no concept like Virtual Constructor and where as
Constructor cant be virtual. Constructor is a code which is
responsible for creating a instance of a class and it cant
assigned to any other object by using appending
keyword 'virtual'
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is ca high or low level language?
Why we use #include conio h in c++?
Using a smart pointer can we iterate through a container?
Differentiate between a constructor and a method in C++.
What is the use of bit fields in structure declaration?
What is using namespace std in cpp?
what is VOID?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
Can you sort a set c++?
Explain the difference between abstract class and interface in c++?
What is double in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Is c++ pass by reference or value?
What is protected inheritance?
Explain the extern storage classes in c++.