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
Why is asp.net so popular?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What are the differences between code behind and code inline?
Does google crawl redirects?
What is distributed system in asp.net?
What are the different properties of server control that exists?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
If 200 is for all successful operation then why do we have 201 response codes?
What are httphandlers and httpmodules and difference between them?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Where the assembly is stored in asp.net?
Explain the working of passport authentication.
Elaborate differentiation between Cache and Application?
What are the benefits of view state?
What do you mean by serialize and marshalbyref?