272.

Which of the following best provides the best definition of a Base Class?

A Base Class serves the sole intent of providing an outline for the inheriting subclasses and so it is not intended to be instantiated. Although a simple Class can have all the characteristics of a Base Class and can be instantiated; in the world of inheritance a Class that is designated as a "Base Class" is not created with intent to have it instantiated.