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
Define session in asp.net.
What are validator? Name the validation controls in asp.net?
What are the new web part controls in asp.net 2.0 ?
What are assemblies and namespaces and explain the difference between them ?
What is boxing and unboxing in asp.net?
Do you know caching feature?
Explain how cookies work.
Is asp.net a programming language?
Which library is used by the testers and developers to develop automated tests and create testing tools?
How can you enable impersonation in the web.config file?
Where is the view state data stored in asp net?
What is viewstate parameter?
What is the difference between GridView and Repeater controls in ASP.NET?
What is server infrastructure & server components?
What is the life cycle of web page?