From 30ca9f532f0c3d7c9b7e81dd6bcccae1a7f14608 Mon Sep 17 00:00:00 2001 From: Ait Brahim Mohammed Khalil Date: Tue, 31 Jul 2018 01:07:27 +0100 Subject: [PATCH] Class and Template section fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764fa62..3360a04 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ class W: public T, public U {}; // Multiple inheritance class X: public virtual T {}; // Classes derived from X have base T directly -```cpp +``` All classes have a default copy constructor, assignment operator, and destructor, which perform the corresponding operations on each data member and each base class as shown above. There is also a default no-argument