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 |
How to make paging concepts in datagrid in ASP.NET?
0 Answers Sans Pareil IT Services,
Describe session handling in a webfarm?
What is Difference between Callbacks and Postback in ASP.NET?
is it possible to access website from a remote place, without deploying it on web server?
What is parse in asp.net?
What are skins?
How to authenticate users using Web.Config ?
why we are using delegates and in which condition it is required?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What do you mean by marshalbyref?
Describe the difference between inline and code behind - which is best in?
what is diffgram ?
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)