Answer Posted / shivanand arur
Abstract class is a class which can have both, abstract and non-abstract methods. Abstract methods are the one's which are just declared in the class but does not have any body inside it. The abstract classes are defined by a keyword "abstract". The class which inherits this abstract class, has to declare the method in it and has to give its function body...An abstract class cannot be instantiated and its methods are internally virtual.
Interfaces are always chosen over these abstract classes since interfaces provide multiple inheritance but once a class is inherited that class cannot inherit any other class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Explain what is viewstate?
How do we implement bundling in MVC?
How do active server pages work?
What is asp net objects?
What language does asp.net use?
Give an example of cookie abuse.
Where can I get information on cookies in asp.net?
What is autopostback in dropdownlist in asp net?
What is the difference between typeof() vs gettype()?
What is AutoEventWireup attribute for ?
What is the difference between dynamic SGA and static SGA?
What is the Intermittent crashing of application in production?
What are html helpers in asp.net?
What does asp.net stand for?