Super

Extrawurst spam at extrawurst.org
Wed May 7 03:32:49 PDT 2008


it calls the constructor of the inherited class with a parameter null.

like: ApplicationWindow.this(null);



Ty Tower schrieb:
> what does this do ?
> super(null)
>
> seen in program thus
>
> public class MyWindow : ApplicationWindow
> {    
>     this()
>     {
>         addMenuBar;
>         super(null);
>     }
>   


More information about the Digitalmars-d-learn mailing list