Chris McDonald / Publications
Forum
class with parent class and implement an interface
Hi, I have a class hierarchy and want some of those objects to also implement an interface something like below. Is this possible in MQL5? the example below doesnt work obviously. Is there some way to get a class to have a parent class and implement an interface? interface Foo { void doSomething(