Inheritance in C++ Part I VIDEO
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.
Other Videos By Bill Kerney 2022-04-18 Inheritance Part VI, Constexpr, Inline 2022-04-18 Corporate Censorship + Qualifiers 2022-04-08 Inheritance Part V; Heaps 2022-04-08 Corporate Censorship 2022-04-06 C++ Inheritance Part IV: Sorting Vectors of Smart Pointers 2022-04-06 Midterm II Review 2022-04-04 Inheritance Part III - Virtual/Override/Final, Abstract Classes, Multiple Inheritance 2022-04-04 Is/Ought Problem, Naturalistic Fallacy, Beautiful Computer Science 2022-04-01 Inheritance in C++ Part 2: Smart Pointer Vectors, Slicing, Virtual Functions 2022-04-01 Framing Part II 2022-03-30 Inheritance in C++ Part I 2022-03-30 Framing 2022-03-28 Automating the Boring stuff using UNIX Shell Scripting 2022-03-28 Deductive, Inductive, Abductive Reasoning 2022-03-25 Quadratic and Double Hashing 2022-03-25 Manufacturing Consent / Media Bias 2022-03-23 Fizzbuzz TDD Code Review, Makefiles Part II, Smart Pointers 2022-03-23 Analyzing Science Papers 2022-03-21 Hash Tables 2022-03-21 Algorithmic Bias / The Scientific Method 2022-03-18 C++ Sets/Maps/Unordered Sets/Unordered Maps, Chrono, GTest TDD
Tags: csci 41
c++
inheritance