Answer Posted / laxmi reddy
Function overloading:- When we create more then 1
function as same name(like Sum)then it's overloading.
this types overloading in perameters are deffrent becouse
compiler is not know which function called. so sum(),sum
(int,int),sum(int float)etc.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
when to use 'mutable' keyword and when to use 'const cast' in c++
What do you mean by variable?
What is object in oop?
What is oops and its features?
What is an interface in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What are the important components of cohesion?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Why it is called runtime polymorphism?
Can abstract class have normal methods?
How does polymorphism work?
What is interface? When and where is it used?
Can a varargs method be overloaded?
What is encapsulation with example?
What is the difference between a mixin and inheritance?