How to use Inheritance and constructor overloading

Dependencies:   mbed

Revision:
1:6289618eacd1
Parent:
0:4731d40a338a
--- a/Brother.cpp	Wed Aug 05 17:27:08 2015 +0000
+++ b/Brother.cpp	Wed Aug 05 18:16:34 2015 +0000
@@ -3,6 +3,7 @@
 Brother::Brother(){
     
     age = 10;
+    howMuchMoney = 0;
     
     }