Super

Ty Tower tytower at mail.com
Wed May 7 13:18:01 PDT 2008


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