How to use Inheritance and constructor overloading

Dependencies:   mbed

Revision:
1:6289618eacd1
Parent:
0:4731d40a338a
--- a/Sister.cpp	Wed Aug 05 17:27:08 2015 +0000
+++ b/Sister.cpp	Wed Aug 05 18:16:34 2015 +0000
@@ -2,6 +2,6 @@
 
 Sister::Sister(){
         
-        //canot access age;
+       howMuchMoney = 0;
         
     }
\ No newline at end of file