Why does the super keyword not showing error though not given in first line
super(args...) is required for the constructor's at first line.
super(args...)
super.property can be used anywhere in the code
super.property