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 javascriptserializer c#?
What is use of FormBoarderStyle Propertie
What is the difference between dynamic type variables and object type variables in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is collection class c#?
Does c# have a 'throws' clause?
What are Indexers in C#?
What is arraylist?
what is IComparable
Does main have to be static c#?
What is difference between === and ==?
How assembly versioning in .NET prevent DLL Hell problem?
What is instantiating a class in c#?
What is razor view in c#?
What are the extension methods in c#?