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
Explain About Virtual functions and their use.
What is static classes?
Why reflection is used in c#?
How many static constructors are allowed in a class?
What is difference between string and stringbuffer in c#?
Why do we use dictionary in c#?
What is a console file?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is razor view in c#?
Explain the accessibility modifier protected internal?
What is the difference between Static, Const and read only?
Explain the process of inheriting a class into another class?
Can we inherit private class in c#?
What is a Assembly?
Is as operator in c#?