Answer Posted / ankur 9039630226
show more than one form means one function many operations such as add(int,int)and add(int, int, int , float);
here same add function but two different operations
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do you define a class in oop?
What is difference between polymorphism and inheritance?
What is byval and byref? What are differences between them?
What is object and class in oops?
Which method cannot be overridden?
What is coupling in oops?
write a C++ program for booking using constructor and destructor.
What is the real life example of polymorphism?
What is abstraction in oops?
Why is encapsulation used?
What are the benefits of interface?
what is the drawback of classical methods in oops?
What is constructor in oop?
what type of questions
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?