Explain polymorphism? What r the types of polymorphism?
pls give examples?
Answer Posted / vikram
Polymorphism literally means taking more than one form or we
can say that one mathod many interface.
there is 2 type of polymarphism 1 :- compail time polimarphism
2: run time polimarphism:
Eax:- function overloding and opertor over loding
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Why is static class not inherited?
Which language is pure oop?
how to get the oracle certification? send me the answer
What are properties in oop?
Get me a number puzzle game-program
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is destructor example?
Why is oop better than procedural?
How is polymorphism achieved?
Can we create object of interface?
what type of question are asked in thoughtworks pair programming round ?
Can you explain polymorphism?
Write a c++ program to display pass and fail for three student using static member function
Can private class be inherited?