write a program for function overloading?
Answer Posted / nk
FYI
for overloading a function differing only by return type is
illegal (it is legal to use different a return type with a
different argument list, though) :
| Is This Answer Correct ? | 24 Yes | 21 No |
Post New Answer View All Answers
What is persistence in oop?
What is destructor give example?
What is a class oop?
What is the full form of oops?
Is react oop?
What is encapsulation c#?
Why do we use inheritance?
What is overloading and its types?
Why do we use encapsulation in oops?
Why do we need polymorphism in c#?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is polymorphism explain?
Is data hiding and abstraction same?
What are the components of marker interface?
Why oops is important?