Difference between over loading and over ridding?
Answer Posted / azhar iqbal
overloading means when you define more than one function
with the same name but different with its signature.
over ridding means give the modified defination of the
inherited functions or methods.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are two types of polymorphism?
What is difference between oop and pop?
What are the types of abstraction?
What is polymorphism give a real life example?
How many human genes are polymorphic?
What does I oop mean?
What are constructors in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
Explain the concepts involved in Object Oriented programming.
What is abstraction with example?
What is overriding in oop?
Can static class have constructor?
What is the significance of classes in oop?
What is object in oop?
What is cohesion in oop?