Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 347 Bytes

File metadata and controls

16 lines (13 loc) · 347 Bytes

inheritance

Description:
  Playing around with Inheritance in C++

Files:

main.cpp
BaseClass.cpp
BaseClass.h
InheritClass1.cpp
InheritClass1.h
InheritClass2.cpp
InheritClass2.h