What is the difference between class and abstract class?
Answer Posted / kanan
Following are some differences.
1) You can not create object of an abstract class.
2) When you inherits abstract class , than you have to
implement (override) its abstract methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain attributes in c#?
What is a console?
How do you define a predicate?
What Is A Satellite Assembly?
Explain how do I get deterministic finalization in c#?
What is difference between throw and throws in c#?
What is the use of properties window?
Why do we need nullable types in c#?
What is iqueryable in linq?
what is scope of a protected internal member variable of a c# class
What is c# in asp net?
What is default value of decimal c#?
What are tuples c#?
Is c sharp free?
In a site to turn off cookies for one page which method is followed?