Answer Posted / kalidoss
Abstract class is a class and it contains one or more
abstract method but it doesn't have any implementation in
it,that is only it has declaration not definition.The
abstract methods are implemented in supclass that is which
class inherites from Abstract class.Abstract class always
can't be instantiated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Distinguish between a class and struct?
What is reflection c#?
Why do we use delegates in c#?
Is lazy thread safe c#?
How does split work in c#?
What is the difference between first and firstordefault?
Why we use oops in c#?
How can I use .NET components from COM programs?
What is difference between assembly and dll?
what is the syntax to inherit from a class in c#?
Can var be null c#?
Do loops c#?
What is remote data?
Is c# pass by value?
What is ienumerable t in c#?