What is the Difference between class and abstract class?
Answers were Sorted based on User's Feedback
Answer / sujai cn
Class mean a user defined type in which all the methods are
implemented , thus we can create the instance (OBJECT) of
that class.
abstract class is a class in which one are more methods are
abstract(not implemented) abstract method is also called
pure virtual.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / dilip devagan
abstract class can be inherited but
we can not create the instance of abstract class
| Is This Answer Correct ? | 0 Yes | 0 No |
How to handle exceptions that are raised in a component?
Can a constructor have a return type?
What is a hash table in c#?
What are classes in c#?
Which is faster dictionary or hashtable?
Can we extend static class in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What do you mean by synchronous and asynchronous operations?
What is difference between static and constant variable?
Can we have 2 main methods in c#?
Can interface have virtual methods in c#?
What does assert() do 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)