From bb38a699a0f56097ef6216c5514b7d4b988b704b Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 11 Apr 2025 15:26:09 -0400 Subject: [PATCH] include --- lectures/25_inheritance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {