What is the difference between class and abstract class?
Answer Posted / chandra kiran
we are unable to create a object for abstract class. This is only used as a base class for inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it good to use var in c#?
State the top.NET class that everything is derived from?
What are properties in C#?
What is a base class in C#?
What is yield in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
What is a dll in c#?
Explain About .NET Framework
what is IComparable
Can we use "this" command within a static method?
What is a method signature in c#?
Can we overload indexer in c#?
Is there an equivalent to the instanceof operator in visual j++?
What is difference between .net and c#?
What is difference between throw and throws in c#?