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
What are immutable types in c#?
What are methods in C#?
What is interface inheritance in c#?
Describe the process of “exception handling implementation” in c#?
what are the contents of an assembly ?
How to open a new form on button click in Windows forms?
What is anonymous types in c#?
Explain when should you call the garbage collector in .net?
How many constructors can a class have in c#?
What is xpath in c#?
What's the difference between a static method and a non static method c#?
What are some of the commonly used commands in sqlcommand?
How do I run a cshtml file?
Define assert() method? How does it work?
What is the difference between double and decimal in c#?