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
What is polymorphism & list its types in c++?
What is java and c++?
What is the function to call to turn an ascii string into a long?
What are the 2 main types of data structures?
What is binary search in c++?
Is c++ a low level language?
What do you mean by funtion prototype?
Is overriding possible in c++?
Is c++ a good beginners programming language?
Can a constructor be private?
Define pure virtual function?
What are the advantages of pointers?
What are the advantages of early binding?
Are c and c++ different?
What is an undefined behavior and sequence points