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 |
What is nutshell in programming language?
1 Answers Satyam, Tech Mahindra,
What do you mean by inline function?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Why a "operator=(...)" when there is a copy ctor?
What is meant by multiple inheritance?
How does polymorphism work?
What is stream in oop?
What is the difference between const int *ptr and int const *ptr???
Should you protect the global data in threads? Why or why not?
What is object-oriented programming? Webopedia definition
What is basic concept of oop?
Can private class be inherited?