Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 274 Bytes

Abstract Classes in C++

Why is this here?

I made this for a friend who was having trouble understanding the concept so I figured I would code up a quick example

What is this?

It is just a simple example project demonstrating abstract classes and how to use them