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
Explain the asp.net mvc folder conventions? : asp.net mvc
explain code with multi inhertance
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
What is the difference between application state and session state in asp net?
What is a user developed application?
What is OSI layer? Explain different layers.
What is content page in asp net?
Define the term Scavenging in Caching?
How to rename a table using sql queries?
Is react a template engine?
Can we have multiple master pages in asp net?
What are the ways to sending the data in ASP.NET page?
What are tuples?
What is the life-span of the items in the viewstate?
What is the use of response redirect in asp.net?