Answer Posted / vighnesh
Yes there is no virtual constructors.I can think a a reason
may be because a constructor is never inherited so there is
no polymorphism etc involved .
| Is This Answer Correct ? | 10 Yes | 9 No |
Post New Answer View All Answers
Explain what is oop?
What are the advantages of c++? Explain
What are shallow and deep copies?
What is c++ code?
What is code reusability in c++?
What is the use of setprecision in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What relational operators if statements in c++?
What happens when the extern "c" char func (char*,waste) executes?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What can c++ be used for?
What is set in c++?
Explain rethrowing exceptions with an example?
When must you use a pointer rather than a reference?
Write a function to find the nth item from the end of a linked list in a single pass.