What is RunTime Polymorphism?
Answer Posted / ansar hussain.m
Polymorphism means one object behaving as multiple forms.
simple one in many forms .
there are two types of poly morphism
1) compile time
2) runtime
1)compile time:
overloading a method , constructor , operator etc.. comes under compile time polymorphism because compiler checks the type and number of parameters passed on to the method and decides which method to call at the compile time itself and it will give an error if there are no method that matches the method signature of the method that is called at the compile time itself
2) runtime polymorphism:
overriding comes under runtime polymorphism because the compiler would not be aware of the method is available for overriding the functionality or not. so compiler would not give any error at compile time. At runtime it will be decided which method to call. and if there is no method at runtime it will give an error
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
What is Code group in .Net with respect to CAS
Is there built-in support for tracing?
Explain .NET architecture?
What does cil do?
What does il do?
What is meant by globalization?
Do you know what's the difference between .net and laravel?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is web.config in .net?
Tell us the differences between an interface and an abstract class in .net?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is class library in .net
What is typical about a windows process in regards to memory allocation in dot net?
Explain how to manage pagination in a page using .net?
Different levels of priority provided by .net.