What is the difference between class and abstract class?
Answer Posted / kanan
Following are some differences.
1) You can not create object of an abstract class.
2) When you inherits abstract class , than you have to
implement (override) its abstract methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are console applications used for?
What is a console application in c#?
How does bitwise xor work?
What is difference between .net and c#?
How many types of polymorphism are there?
What is a string in c#?
what is the default access for a class
What are the 2 types of data types available in c#?
what is IDisposal interface
What is c-sharp (c#)?
How many dimensions can an array have?
How many types of constructors are available in c#?
What is difference between C# and VB.NET?
Is and as keyword in c# net?
Is a dll an assembly?