// to access a property 'num' from SuperClass: super.num //or ((SuperClass)this).num // to run the constructor of SuperClass: super()