Answer Posted / nishanthi
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 ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is abstraction example?
How to improve object oriented design skills?
What is meant by oops concept?
What is polymorphism in oops with example?
What is difference between polymorphism and inheritance?
What is the difference between abstraction and polymorphism?
What is pointer in oop?
Can destructor be overloaded?
Is oop better than procedural?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is constructor in oop?
Why is abstraction used?
why reinterpret cast is considered dangerous?
What is destructor example?
What is persistence in oop?