Hi all,
For example,
The constructor of the superclass is to output something like "write: 'super'".
But in the constructor of the subclass, I need to output something like "write: 'sub'".
The problem is I have to call super->constructor in the constructor of subclass.
What should I do if I don't want to output 'super'?