what is abstract class and method..
Answers were Sorted based on User's Feedback
Answer / asif aslam
Abstract class start with the keyword abstract,we can't
create direct instantiate of the abstract class,an abstract
class may contain the pure virtual,abstract function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What are the different types of sessions in asp.net?
What is a web api? Which protocol is used in a web api?
Is data edited in the Repeater control?
How do you set language in web.cofig ?
How would ASP and ASP.NET applications run at the same time on the same server?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0
What is the advantage of mvc over asp.net? : Asp.Net MVC
How to deploy/publish webservices?How many ways?Plz explain me
What is the function of new view engine in asp.net? : asp.net mvc
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
What is asp.net web application?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)