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 the concept of dynamic allocation of memory?
How do you flush std cout?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are the two types of comments, and how do they differ?
what is data encapsulation in C++?
State the difference between delete and delete[].
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Define stacks. Provide an example where they are useful.
Can comments be longer than one line?
Why namespace is used in c++?
What is virtual destructor? What is its use?
Why ctype h is used in c++?
What is class syntax c++?
How do you generate a random number in c++?
What is the use of :: operator in c++?