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 swift better than c++?
What is null and void pointer?
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?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the full form nasa?
How would you use the functions memcpy(), memset(), memmove()?
How java is different from c and c++?
Describe the advantages of operator overloading?
List the merits and demerits of declaring a nested class in C++?
How do I use arrays in c++?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What do c++ programmers do?
What are move semantics?
What is the this pointer?
what is pre-processor in C++?