Gholamreza Sharifi / Publications
Forum
Why CExpert.Init does not call CExpertBase.Init?
Hello everyone, I’ve noticed that in the standard MQL5 library ( Expert.mqh ), the CExpert class (derived from CExpertBase ) implements its own Init() method without calling the parent class’s CExpertBase ::Init() . This seems unusual because: Inheritance Principle : Child classes typically call