What?s an abstract class?
Answers were Sorted based on User's Feedback
Answer / kalidoss
Abstract class is a class and it contains one or more
abstract method but it doesn't have any implementation in
it,that is only it has declaration not definition.The
abstract methods are implemented in supclass that is which
class inherites from Abstract class.Abstract class always
can't be instantiated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
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 ? | 2 Yes | 0 No |
Answer / payal mehta
Abstract class is a class,it contains one or more
abstract method but it doesn't have any implementation.
A class that cannot be instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhir gaddam
The class,which does not support object creation is called
as abstract class...i.e,abstract class cannot be
instantiated.Abstract class should have atleast one
abstract method.Abstract class can have ordinary methods
(concrete methods).Abstract class can have abstract
methods,ordinary
methods,fields,properties,constructors,destructors and
constants.Abstract class can inherit class
and one or more interfaces.In vb.net abstract can be called
as must inherit class.Abstract class is faster then
interface.Abstract class can contain default code and
complete code.Abstract class can contain method
implementations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirti
A class that cannot be instantiated. An abstract class is a class that must be inherited and have the methods overridden. An abstract class is essentially a blueprint for a class without any implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data binding with example?
What is difference between first and firstordefault?
What is the difference between User controls and Custom Controls?
When Should You Call The Garbage Collector In .net?
Explain the role of Garbage collector and its generations?
what r arraylist? what the use of Hashtables?
Who introduced c#?
What is difference between private and protected in c#?
Can we customize the serialization process?
How are delegates chosen?
What is out in c#?
What if an error occurs in Catch block, how can you prevent it?
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)