How does VB.NET/C# achieve polymorphism?
Answer Posted / roopesh m.k
polimorphism is the one of the oops features, allows one
object to appear in different form by changing the type.
Two types:
1- Static eg:method overloading
2- Dynamic eg:method overriding
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What are the contents of cookie?
Is oauth for authentication or authorization?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Why cyclomatic complexity is important?
What is the use of placeholder control? Can we see it at runtime?
Explain the difference between webfarm and webgardens in .net?
Describe Segmentation With Paging?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How to retrieve user name in case of Window Authentication?
Explain login control and form authentication.
How can I configure asp.net applications that are running on a remote machine?
explain code with datachaching with example
What are the built-in objects in asp.net?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?