What are the two different types of polymorphism?



What are the two different types of polymorphism?..

Answer / Mohammad Naseem

The two main types of polymorphism in Object-Oriented Programming (OOP) are Compile-Time Polymorphism (also known as Static Polymorphism or Method Overloading) and Run-Time Polymorphism (also known as Dynamic Polymorphism or Method Overriding).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is nutshell in programming language?

1 Answers   Satyam, Tech Mahindra,


What do you mean by inline function?

6 Answers  


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1 Answers  


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


What is meant by multiple inheritance?

1 Answers  


How does polymorphism work?

1 Answers  


What is stream in oop?

1 Answers  


What is the difference between const int *ptr and int const *ptr???

2 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


What is object-oriented programming? Webopedia definition

1 Answers  


What is basic concept of oop?

1 Answers  


Can private class be inherited?

1 Answers  


Categories