What is the Difference between class and abstract class?
Answer Posted / 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 |
Post New Answer View All Answers
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Can a static class contain non static members?
What is a boolean c#?
Can we override constructor in c#?
What is .cs file in c#?
What are the Types of JIT and what is econo-JIT
What is encapsulation in csharp?
What is a clr host?
Why we use get and set property in c#?
Is xml tags are case sensitive?
What is a framework in c#?
Can we inherit partial class in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is immutable in C#?
Is lazy t thread safe?