diff --git a/lectures/25_inheritance/README.md b/lectures/25_inheritance/README.md index 9b03247..81bdf9d 100644 --- a/lectures/25_inheritance/README.md +++ b/lectures/25_inheritance/README.md @@ -221,9 +221,9 @@ We develop this student_test.cpp program. ## 25.7 What will be printed when running this program? +```cpp #include -```cpp class A { public: A() {