What Is a Polymorphism? How many types of polymorphism and
whats that use in application?
Answer Posted / scarlet
the ability of general request to get different result is
polymorphism.the 3 types are function overloading,operator
overloading,virtual functions.application-allows object to
show different identities and results at run time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
What is meant by multiple inheritance?
What is a superclass in oop?
What is the renewal class?
Can abstract class have normal methods?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What does no cap mean?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
When not to use object oriented programming?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is abstraction in oops?
What is object and class in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Explain the concepts involved in Object Oriented programming.