saltzm / virtualfunctionsinc

Demo of how to implement virtual functions in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

virtualfunctionsinc

Demo of how to implement virtual functions in C

To compile, just do g++ <any file in repo> and run with ./a.out

About

Demo of how to implement virtual functions in C


Languages

Language:C 95.5%Language:C++ 4.5%