What are abstract classes? what is overriding?

Submitted by: Administrator
A class that contains on one or more abstract functions is
known as abstract class.
we can not instantiate abstract class directly.first we have
to create a derived class and then we can instantiate.
Submitted by: Administrator

Read Online Dot Net Framework Job Interview Questions And Answers