What?s an abstract clas?
Answers were Sorted based on User's Feedback
Answer / umesh
A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mohit
it is not pure virtual class like interface. in this we can
implement also method but we can not create instance of
absract class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh
I Think they have no meaning,abstact class is nothing but
we are going to use that class in the program(we are
overcoming this class in the main program) and how it looks
like is written at the starting which we call it as
abstarct class.It will not occupy any memory unless we
create object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pushparaj pentakota(anakapalli
the class which is having atleast one abstract method is called abstract class.and we can't create an object on these classes.we have to implement those methods in child class to make that as concreate class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a multicast c# delegate?
How to find out that the code is written as managed or un-managed code?
Write a sample code to write the contents to text file in c#?
What's difference about switch statements in C# ?
What are the Configuration files in .net?
Why do we need abstract class?
How many constructors can a class have c#?
Can we write one page in c# and other in vb in one application ?
what is the difference between arraylist and hash table using a simple program?
3 Answers CGI, Polaris, SunGard,
What is the main method?
What are the applications of c#?
Can we inherit partial class in c#?
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)