How does VB.NET/C# achieve polymorphism?
Answer Posted / radhakrishna
Static Polymerphism/Compiletime Polymerphism--> Function/Operator Overloading
Dynamic/Run time Polymirphism--> Function overriding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is http protocol and how it works?
Which is better viewstate or session?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is http session state?
What is the namespace to create thread in .net?
How would you turn off cookies on one page of your website?
Is asp.net a language?
Where session id is stored?
How you will improve web application performance?
What I need to create and run an asp.net application?
How to Insert/Add in ASPXgridview
What is aspect-oriented programming?
Why session is more secure than cookies?
How to do state management in ASP.NET?
Explain the difference between overriding and overloading?