What is abstract class ?
Answers were Sorted based on User's Feedback
Answer / sridevi
Abstract class is the class which can not be instantiated
but ca be derived. it can contain concreat and absract
methods
| Is This Answer Correct ? | 4 Yes | 0 No |
Abstract class is a class,Which contains abstract methods
as well as Normal methods in it.
Abstract method is a method,Which are having only Method
header no Method Body (i.e No Defination).
These Abstract Methods should Override in Sub Classes.
Abstract Class is Not Instancible (i.e we can't create
Object for that class),why Because Abstract class is not
fully Defined.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jyothish vakkom
a class containing a pure virtual function and which is
declared in d base class is called abstract class...which
contains abstract variables and methods
| Is This Answer Correct ? | 0 Yes | 1 No |
abstract class is class which has abstractmethods and
definition only there has been no implementation.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / dharmendra nonia
abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between String s(Small s) and String S(Capital S)?
What's difference between constants and static readonly?
Explain different properties of object oriented systems.
Is comparator a functional interface?
How do I automate my desktop application?
What is ilist c#?
can you create a function in c# which can accept varying number of arguments
How to find the current application file path while runtime?
What is the use of tuple in c#?
Is is possible to force garbage collector to run?
What are indexers in c# .net?
Is java better than 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)