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
How to improve object oriented design skills?
Can static class have constructor?
What is object and class in oops?
What is overloading in oop?
What is abstract class in oops?
write knight tour problem which is present in datastructure
What are the 3 principles of oop?
What are the two different types of polymorphism?
What is the benefit of oop?
What is oops?what is its use in software engineering?
Why multiple inheritance is not allowed?
Can you explain polymorphism?
can inline function declare in private part of class?
What is overriding in oops?
What is polymorphism in oop example?