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 is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
What is a friend function & its advantage?
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
How do you define a class in oop?
What is Virtual Keyword?
2. Give the different notations for the class.\
What is public, protected, private?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
Why is object oriented programming so hard?
what are the characteristics of oops?
define oops concept with example
what are the ways in which a constructors can be called?