Answer Posted / m sajjad
Polymorphism means the same function but have different
tasks Basically polymorphism have combination of two words
"poly" and "morphism" poly means many and morphism means forms
i.e
many things or functions are to be done by only one
int is polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is not an object oriented programming language?
State what is encapsulation and friend function?
What is overriding in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What does and I oop and sksksk mean?
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).
Can you explain polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is abstract class in oops?
What is encapsulation oop?
What is the full form of oops?
What is object in oop with example?
What is abstraction with example?
What is balance factor?