can you give the dynamic polymorphism types?
Answers were Sorted based on User's Feedback
Dynamic polymorphism can be method overriding in java and pure virtual functions in C++. In this the method name, type signature, and parameter list remains the same but works in a different manner based on different invocations.
| Is This Answer Correct ? | 6 Yes | 0 No |
What are the three parts of a simple empty class?
what is the diffrence between c# and c++
define oops with class and object
Why we are use # in begning of programme of c++.
What is oops and why we use oops?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
what does exactly the linker do?
How can you overcome the diamond problem in inheritance?
What is difference between inheritance and polymorphism?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
what is object oriented programming and procedure oriented programming?
Why multiple inheritance is not possible?