Answer Posted / rupkkkkk
Overriding:- Both the methods are same with same arguments
and same return type with in its class and its subclass.
Overloading:- Both has same method but with different
arguments may or may not be same return type written in the
same class itself.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is oop better than procedural?
How do you achieve runtime polymorphism?
What are the types of abstraction?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is oops and its features?
Which language is pure oop?
What is the difference between inheritance and polymorphism?
write knight tour problem which is present in datastructure
What are objects in oop?
What is encapsulation in ict?
What is class encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the importance of oop?
Why multiple inheritance is not possible?
What is persistence in oop?