What is the difference between class and abstract class?
Answer Posted / naresh kumar
A class can create 'n' number of objects, but the abstract
class cannot.the abstract class inherits with base class to
use an object.
Examples:Topics Inheritance and interfaces
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is lazy keyword in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is meaning of type safety in c#?
Why is xml called extensible?
Is struct object oriented?
When Should You Call The Garbage Collector In .net?
What is deadly diamond problem?
Wht executescaler method is used?
What is dependency injection?
What is console read in c#?
What is ado c#?
What is Garbage Collection in .Net?
What is the difference between static class and abstract class in c#?
What is the relation between classes and objects?
What is as keyword in c#?