Answer Posted / sandeep
Inheritance refers to, the object of one class acquires
the properties of object of another class.
Ex: 'robbin' belongs to the catagiry 'flying bird' but it
also belongs to the catagiry of 'bird'.
Thus it refers to,each derived class shares comman
characteristics with the class from which it is derived.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
write a program that takes input in digits and display the result in words from 1 to 1000
What is a class in oop?
What is abstraction example?
Why is polymorphism important in oop?
What is object in oop with example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between abstraction and polymorphism?
What is constructor in oop?
any one please tell me the purpose of operator overloading
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).
program for insertion ,deletion,sorting in double link list
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.
What is polymorphism explain?
What is the difference between procedural programming and oops?
write knight tour problem which is present in datastructure