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 |
write string class as your own class in java without using any built-in function
Name an advantage of linked list over array?
What is polymorphism explain?
What is overriding vs overloading?
What does no cap mean?
Can a destructor be called directly?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Explain virtual inheritance?
i got a backdoor offer in process global,Bangalore..Can i work with it?
4. What do you mean by a prototype? Define analysis prototype
what is the difference between virtual function and destoctor?
Why is destructor used?