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
What is web configuration file and how to use in web application
is gateway for sms continue connected for sending sms.how?
List of words of preprocessor in .net?
How many types of sessions are there in asp net?
Explain the significance of routing? : asp.net mvc
What are session objects?
What is a web api?
What is virtual directory in asp.net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What are client activated objects?
Write a code for sending an email from asp.net application.
What is razor? : asp.net mvc
How you can return View from ASP.NET Web API method?
Explain difference between dataset and recordset?
Why we go for mvc instead of asp.net? : Asp.Net MVC