Answer Posted / anjana
SINGLE INHERITANCE:
ONE BASE CLASS HAVING ONE DERIVED CLASS MEANS THAT IS CALLED SINGLE INHERITANCE.
EXAMPLE:
[A]------->BASE CLASS
|
V
[B]------->DERIVED CLASS
Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
What are the 3 principles of oop?
What do you mean by overloading?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is multilevel inheritance?
What is polymorphism give a real life example?
What is a class oop?
Why is static class not inherited?
What is object in oop?
How do you achieve polymorphism?
write string class as your own class in java without using any built-in function
What is polymorphism and types?
Where You Can Use Interface in your Project
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is inheritance in oop?
What is the full form of oops?