Answer Posted / pramod
overloading :- There are two functions which have the
same name and they differ only either in their argument
number or argument type like myfunction(int a) and
myfunction(float a).
Overriding :- There are two functions with the eaxtly same
name,same type. One of these functions is in base class and
one will be in derived class
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism what are the different types of polymorphism?
Why multiple inheritance is not allowed?
What is overloading in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
what is different between oops and c++
Can bst contain duplicates?
What is persistence in oop?
What does and I oop mean?
What is the oops and benefits of oops programming?
How does polymorphism work?
What is the difference between a mixin and inheritance?
Why multiple inheritance is not possible?
What is the diamond problem in inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What exactly is polymorphism?