On Tue, Sep 22, 2020 at 12:23 PM Daniel Kozak <kozzi11@gmail.com> wrote:
...
void main(string[] args)
{
B b = new B;
b.overrideFun;
}

You can have A and B in one module too of course