What is Polymorphisms?
Submitted by: AdministratorPolymorphism means one interface and many forms. Polymorphism is a characteristics of being able to assign a different meaning or usage to something in different contexts specifically to allow an entity such as a variable, a function or an object to have more than one form.
There are two types of Polymorphism.
Compile time: function or operator overloading
Runtime: Inheritence & virtual functions
Submitted by: Administrator
There are two types of Polymorphism.
Compile time: function or operator overloading
Runtime: Inheritence & virtual functions
Submitted by: Administrator
Read Online OOP Job Interview Questions And Answers
Top OOP Questions
| ☺ | What is pure virtual function in OOP? |
| ☺ | When to use Interface over abstract class? |
| ☺ | Whats the Difference between Interface and Abstract Class? |
| ☺ | Can we call a base class method without creating instance? |
| ☺ | What is Abstract method? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
