Answer Posted / prasad salpekar
Inheritance basically refers to the characterstics of
a new class which is been aquired by an existing class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 is coupling in oop?
What is encapsulation oop?
What is difference between polymorphism and inheritance?
What does <> mean pseudocode?
What are the 4 pillars of oop?
What is the benefit of oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why we use classes in oop?
Why is encapsulation used?
Which language is pure oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is polymorphism used?
Is html an oop?
What is the difference between encapsulation and polymorphism?