How to use Inheritance and constructor overloading

Dependencies:   mbed

Revision:
0:4731d40a338a
Child:
1:6289618eacd1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sister.cpp	Wed Aug 05 17:27:08 2015 +0000
@@ -0,0 +1,7 @@
+#include "Sister.h"
+
+Sister::Sister(){
+        
+        //canot access age;
+        
+    }
\ No newline at end of file