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
Why web api is better than wcf?
What is asp.net version?
What is a web server? What are the load limits in it?
What are url fragments?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is slidemaster?
What are the steps to follow to host a web application on a web server?
Is viewstate secure?
What is the used of "ispostback" property?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
what is command line compiler.what are the steps and how it is related to debugging.
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is recordset asp?
What are the contents of cookie?
Is a dll file an executable?