Starkey Interview Question

What is an abstract class?

Interview Answer

Anonymous

Oct 10, 2015

Cannot be instantiated. CAN provide required methods and properties to be implemented both privately (protected keyword) and publicly. Can also provide common logic via fully defined methods shared with child classes.