View Single Post
  #2 (permalink)  
Old May 5th, 2005, 01:04 AM
Alan-LB Alan-LB is offline
Authorized User
 
Join Date: Mar 2005
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Alan-LB Send a message via Yahoo to Alan-LB
Default

The syntax is correct.

When you create an object of myDerivedClass type, the constructor used will be the myBaseClass() constructor. In other words the constructor for myDerivedClass uses the constructor inherited from myBaseClass.

Alan


Alan



Reply With Quote