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
What does and I oop mean in text?
State what is encapsulation and friend function?
What is the main feature of oop?
2. Give the different notations for the class.\
What is protected in oop?
What is the renewal class?
Why do we use inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is encapsulation in simple terms?
What is static in oop?
How do you answer polymorphism?
What causes polymorphism?
What are the features of oop?
What type of loop is a for loop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?