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
Can we add code files of different languages in app_code folder?
What is the equivalent of date() and time() in asp.net?
What is paging in context of Memory?
How could you modify xaml content from javascript?
Define the types of configuration files.
What is the parent class of all the web server control?
What is the difference between web config and machine config files?
What is full trust in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is a web api? Which protocol is used in a web api?
How does session authentication work?
What are Caching techniques in .NET
What are the Types of session management in ASP.NET
Why mvc is better than asp.net? : Asp.Net MVC
Differentiate the session object and application object?