Difference between over loading and over ridding?
Answers were Sorted based on User's Feedback
Answer / vasanth
Method Overloading is the method name looks similar but
return type and method arguement (inside parameter) differs.
Method Overiding is that the method name, arguements and
return type seems similar on both base and derived class.
(Sometimes we will add the additional code to the derived
class method also).
| Is This Answer Correct ? | 1 Yes | 3 No |
Can enum be null?
what is different between oops and c++
Do you know about multiple inheritance?
Can an interface inherit a class?
Program to check whether a word starts with a capital letter or not.
What is the advantage of oop over procedural language?
What is the point of polymorphism?
write a program to find 2^n+1 ?
Can we override main method?
What are the 4 main oop principles?
What are generic functions and generic classes?
what is multithreading in c++ , what is difference between multithreading and singlethreading.