Answer Posted / p suresh kumar
Single interface & multiple method is called polymorphism.
Ex:
Function overloading (Static polymorphism / early binding).
Function overriding (dynamic polymorphism / late binding).
| Is This Answer Correct ? | 166 Yes | 54 No |
Post New Answer View All Answers
What is object in oop?
What does I oop mean?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the real time example of inheritance?
What is polymorphism and its types?
officer say me - i am offered to a smoking , then what can you say
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
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 overloading and its types?
What does it mean when someone says I oop?
What is object in oops?
What do you mean by variable?
Is enum a class?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
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).