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
What is the difference between an integer and int?
What is the difference between abstract and virtual?
How do you define a predicate?
How can I produce an assembly?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Explain metadata in c#.
What are sessions in c#?
Is ram a heap?
Which is faster abstract class or interface in c#?
Why do we use classes?
How does bitwise xor work?
How do you read an Excel sheet in C#?
What is lock in c#?
What is the difference between continue and break statement?
What is the wildcard character in sql?