Interface and Abstract class, inheritance, abstraction with
examples. Polymorphism (difference betn overloading and
overriding
Answer Posted / amey
Interface and Abstract class both derived from Method.If u call Abstract class then u have to call all the method of Abstract class but I u call Interface then need not call all the method of Interface.
Inheritance means it is a mechanism of design or construction
from one class to another.
Polymorphism means It is the ability take more than one form.
overloading means same name, different parameter.
overriding means different name, parameter may be different.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What asp.net control can embed xaml into asp.net pages?
Which protocol is used to call a web service?
Which type of state management is provided by Query String in ASP.NET?
What is jade template engine?
What is globalization and localization in asp net?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is clr? Difference between clr & cts?
How to find last error which occurred?
What is the asp.net mvc folder conventions? : asp.net mvc
What is a server farm in iis?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What is cache in asp net?
What kind of data we can store in viewstate?
Is asp.net a programming language or framework?