IonicWind Software

IWBasic => Object Oriented Programming => Topic started by: Quentin on January 08, 2009, 02:13:54 PM

Title: multiple constructors possible?
Post by: Quentin on January 08, 2009, 02:13:54 PM
I didn't find an answer to this question in the help files or in the forum,  but it seems there is only one constructor allowed per class definition. Is this correct?
Title: Re: multipel constructors possible?
Post by: Ionic Wind Support Team on January 08, 2009, 02:49:57 PM
Correct.  Although each derived class has its own constructor as well, and they will be called in the correct order.

Constructor overloading and operator overloading are planned for a future version.

Paul
Title: Re: multiple constructors possible?
Post by: Quentin on January 09, 2009, 01:30:59 AM
ahh ok, thanks for the info, Paul.