What is RunTime Polymorphism?
Answer Posted / om namo bhagavathe vasudevaya
polymorpism is of two types
1)compile time polymorpism 2)run time polymorpism
compile time polymorpism:-it can call the functions during
compile time example:-opporator overloading
in the operater overloading based on the parameters and
return type of the functions are called
runtime polymorpism:-it can call functions during runtime
example:-opporator overridding
in opperator overridding the functions in both base class
and derived class have same signature(same parameters type
and same return type) based on the object used appropriate
method will be called
| Is This Answer Correct ? | 59 Yes | 5 No |
Post New Answer View All Answers
Please explain the difference between constants and read-only variables?
What is misl?
Explain the process of serialization in .NET?
Difference between class and interface in .net?
Can a try block have more than one catch block?
How viewstate is being formed and how it is stored on client in .net?
How viewstate is being formed and how it's stored on client in .net?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What is loosely coupled solution in.net?
What is the difference between a class and an object, and how do these terms relate to each other?
What is the difference between imperative and interrogative code?
Explain asp.net?
Tell me what is a “jagged array”?
What is a manifest in .net?
Is .net core the future?