Question Detail
What is purpose of abstract class ?
- to provide help with database connectivity.
- to provide data input to other classes.
- to provide security to other classes.
- to provide an appropriate base class from which other classes can inherit.
Answer: Option D