Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 243 Bytes

inheriting an abstract class

A student asked "Can you have a class declared abstract that has no methods in it marked abstract?"

This directory demonstrates the necessity for that ability.

Inheritance tree: Animal <- Pet <- Retriever