What is the difference between class and abstract class?
Answer Posted / chandra kiran
we are unable to create a object for abstract classes
so it is used only as a base class for inheritance
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does unity use c++ or c#?
Why to use “finally” block in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
what is the difference between convert.tostring() and tostring() functions ?
What is the difference between string and string in c#?
What is primitive types in c#?
What is default value of decimal c#?
What namespace is list in c#?
How many constructors can a class have c#?
Define a partial class?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is marshalling and what are different kinds of marshalling?
What is asp net in c#?
Can we have 2 main methods in c#?
What happens if the inherited interfaces have conflicting method names?