Inheritance in C++ Part I

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=s7cpPQsnb5s



Duration: 1:21:56
208 views
4


Today we went over the first half of learning about how inheritance works in C++. You basically put ": public classname" where classname is the class you want to inherit from, and it copy/pastes the whole class invisibly into your new class, and you can edit or add things to it from there.







Tags:
csci 41
c++
inheritance