Answer Posted / mostafa zedan
Overriding - same method names with same arguments and same
return types associated in a class and its subclass.
Overloading - same method name with different arguments,
may or may not be same return type written in the same
class itself.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by variable?
What is the benefit of oop?
What makes a language oop?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How do you achieve runtime polymorphism?
What are the types of abstraction?
What is coupling in oops?
What is overriding vs overloading?
What is the real life example of polymorphism?
write a C++ program for booking using constructor and destructor.
What is encapsulation in oops?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does <> mean pseudocode?
What is the purpose of enum?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)