Answer Posted / vadivel
No, we cannot have virtual constructor because at this time
(during object creation or intialization) virtual table not
yet created.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What information can an exception contain?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are member functions used in c++?
What is the purpose of the "delete" operator?
What are the two main components of c++?
Explain the concept of friend function in c++?
Is java a c++?
In a function declaration, what does extern mean?
Describe the advantages of operator overloading?
Can you write a function similar to printf()?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Which software is best for programming?
Define a pointer to a data member of the type pointer to pointer?
Does c++ support exception handling?
What are the uses of typedef in a program?