From 717bb1b2f236b29f67b8501d6743fd1b82d8c3cf Mon Sep 17 00:00:00 2001 From: mrgloom Date: Thu, 8 Dec 2016 20:46:08 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca3a08a..cfafb24 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,7 @@ http://stackoverflow.com/questions/21558/in-c-what-is-a-virtual-base-class virtual function http://stackoverflow.com/questions/2391679/why-do-we-need-virtual-functions-in-c +inheritance and default constructor +http://stackoverflow.com/questions/4352169/default-constructor-for-an-inherited-class + ~~~