Answer Posted / ashwini bhusari
the concept behind the inheritance is that we can create a
object of another class and getting all the characteristics
of the base class.the class who get characteristic is
called derived class because it is deriving from the base
class.the class from which class is derived is called base
class.so, we can create another class from the existing
one.this is the greatest advantage.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Why it is called runtime polymorphism?
Is react oop?
What is overriding in oop?
Get me a number puzzle game-program
Can you inherit a private class?
What is the point of polymorphism?
What is class and example?
Can we create object of abstract class?
Can bst contain duplicates?
hi all..i want to know oops concepts clearly can any1 explain??
Write a program to sort the number with different sorts in one program ??
Is html an oop?
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?
Why is destructor used?
write string class as your own class in java without using any built-in function