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
What is an interface class in c#?
Can a abstract class have a constructor?
What does return do in for loop?
Does c# have primitives?
What is difference between dictionary and hashtable?
What is difference between overloading and short circuiting?
What is the purpose of ienumerable in c#?
Is int reference type c#?
What are async and await?
What is the task perform by clr?
What is type checking in c#?
What is namespace in oops?
What is throw in c#?
What do you mean by thread safe in c#?
What is difference between write and writeline?