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
What is the use of gacutil.exe?
What is the difference between odbc and ado?
What does msil do?
What are the new features of Framework 1.1 ?
What is the difference between boxing and unboxing?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
What versions of .net are there?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Please explain is the jit an interpreter?
Explain the difference between vb and vb.net?
Explain how does assembly versioning work?
What is the lapsed listener problem?
What are the types of jit?
What is the single responsibility principle?
Explain me what is the .net framework and how does it work?