Answer Posted / prashant
Inheritance is a concept where an object of one class
acquires the properties of another class.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Why is destructor used?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
can inline function declare in private part of class?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation in oops?
class type to basic type conversion
What is the difference between a constructor and a destructor?
What is destructor example?
What is the significance of classes in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
Why oops is important?
Why is there no multiple inheritance?
What is abstraction oop?
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 benefits of interface?