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 it possible to provide special behavior for one instance of a template but not for other instances?
What is functions syntax in c++?
Explain deep copy and a shallow copy?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What are files in c++?
What is main function in c++ with example?
What apps are written in c++?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Can a Structure contain a Pointer to itself?
Differentiate between an inspector and a mutator ?
What is the difference between an external iterator and an internal iterator?
What is an incomplete type in c++?
What are mutator methods in c++?
What is the latest c++ standard?
What is the use of endl in c++?