From badf4d86c52955a4df4fa5d5a18877430765eaa1 Mon Sep 17 00:00:00 2001 From: Francis <455954986@qq.com> Date: Mon, 12 Oct 2020 11:21:18 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=A7=81=E6=9C=89=E7=BB=A7=E6=89=BF.c?= =?UTF-8?q?pp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../10_day_practice/day5/继承访问权限/私有继承.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/practical_exercises/10_day_practice/day5/继承访问权限/私有继承.cpp b/practical_exercises/10_day_practice/day5/继承访问权限/私有继承.cpp index 5bfcf94..bf46811 100644 --- a/practical_exercises/10_day_practice/day5/继承访问权限/私有继承.cpp +++ b/practical_exercises/10_day_practice/day5/继承访问权限/私有继承.cpp @@ -7,9 +7,9 @@ public: int getx(){return x; } void showx(){cout<