Answer Posted / vani
base class(super class) is inherited by more than one sub
class(derrived class)is called hiererchical inheritance.
Ex: Base class->1.sub class 1
->2.sub class 2
->3.sub class 3
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can we override main method?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why we use classes in oop?
How many human genes are polymorphic?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Is abstract thinking intelligence?
How long to learn object oriented programming?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Which is not an object oriented programming language?
What is the difference between procedural programming and oops?
What is an interface in oop?
Why do we use class?
what's the basic's in dot net
#include
What are two types of polymorphism?