Answer Posted / debasish
there is no virtual constructor..coz..virtual thing is in
run time n constructor ic compile time thing.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is encapsulation example?
What is multilevel inheritance in oop?
Can you inherit a private class?
What is multilevel inheritance?
What is pointer in oop?
What do you mean by Encapsulation?
What is a null tree?
can we make game by using c
What does it mean when someone says I oop?
What does and I oop mean?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the three parts of a simple empty class?
Why is polymorphism used?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?