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
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is inheritance in simple words?
How oops is better than procedural?
Why do we use inheritance?
What is encapsulation in ict?
Can bst contain duplicates?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Can destructor be overloaded?
What is encapsulation example?
What is abstraction in oop?
What is encapsulation with real life example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Can we create object of interface?
Can we create object of abstract class?
Why is destructor used?