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 tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is asp.net with mvc? : Asp.Net MVC
What is session handling in a webfarm, how it can work with its limits?
What is work flow gen? how can it will work with .Net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is session in http request?
What are Master Pages in ASP.NET?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Can we handle the error and redirect to some pages using web.config?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Is asp.net mvc front end or backend? : Asp.Net MVC
Explain server-side scripting?
Why do we use web config?
Can you set the session out time manually?
Why do we need asp.net?