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 |
Why are strings immutable in c#?
Explain About web methods and its various attributes
How long can loop recorders stay in?
How to transpose multi-dimensional array?
About a class access specifiers and method access specifiers ?
Where is the output of TextWriterTraceListener redirected?
1 Answers Rolta, Siebel Systems,
How do I create a new form in c#?
What is the benefit of interface in c#?
What is a private method in c#?
Can we throw exception from catch block
Why do we use Design Pattern?
What is the use of console?