Name a typical usage of polymorphism
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / brunda r
Polymorphism plays a very important role in allowing objects
having different internal structures to share the same
external interface.Its Its extensively used in implementing
inheritance.
| Is This Answer Correct ? | 5 Yes | 1 No |
what is main difference between object oriented object base
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is class and object with example?
Explain the concepts involved in Object Oriented programming.
What language is oop?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What is a class and object?
What is the default size allocated for array in the statement if size not specified " int a[] "
what is an instance of a class
wht is ditch
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks