Answer Posted / ilangkumaran
abstract class is class which has abstractmethods and
definition only there has been no implementation.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is faster list or dictionary in c#?
What do u mean by thread safe?
Can you pass parameters to destructors?
What is difference between a type and class?
What is the difference between “finalize” and “finally” methods in c#?
What is token in c#?
What are classes in c#?
What are abstract classes in c#?
Explain how do you convert a value-type to a reference-type?
What is the difference between virtual method and abstract method?
What is data hiding in c#?
What is an extension method in c#?
Why do we use void in c#?
What is a .aspx file?
What is the implicit name and type of the parameter that gets passed into the class set method?