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
How to use nullable types in .net?
How you will create satellite assemblies?
How do I stop my console from closing in c#?
What is a collection in c#?
What is difference between write and writeline?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is a private class in c#?
What is the extension of c# file?
What is regex c#?
Is there a way of specifying which block or loop to break out of when working with nested loops?
What are different types of classes in c#?
Does unity use c++ or c#?
What is the namespace for the thread class?
What is lock statement in C#?
What is oledbconnection c#?