Difference between over loading and over ridding?
Answer Posted / 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 |
Post New Answer View All Answers
What is object in oop with example?
What is a function in oop?
write string class as your own class in java without using any built-in function
How many human genes are polymorphic?
How Do you Code Composition and Aggregation in C++ ?
What is object in oop?
What are oops methods?
can we make game by using c
What does sksksk mean in text slang?
What is byval and byref? What are differences between them?
What is encapsulation selenium?
State what is encapsulation and friend function?
What is polymorphism and why is it important?
What is polymorphism what is it for and how is it used?
Which language is pure oop?