What is the Difference between class and abstract class?
Answer Posted / dilip devagan
abstract class can be inherited but
we can not create the instance of abstract class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is console readkey in vb net?
What is the difference between returning iqueryable vs ienumerable?
What are the examples of data types?
What is expandoobject in c#?
What is the difference between list and ilist in c#?
Can the nested class access, the containing class. Give an example?
How do I port "synchronized" functions from visual j++ to c#?
Can a constructor have a return type?
What are class fields?
What is a function c#?
What is the reason behind the invention of c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
How are Windows programs different from normal C-programs?
What is the difference between method and constructor in c#?
What is tryparse?