On Tue, Sep 22, 2020 at 12:23 PM Daniel Kozak <[email protected]> wrote:
> ...
> void main(string[] args)
> {
> B b = new B;
> b.overrideFun;
> }
>
You can have A and B in one module too of course
Daniel Kozak via Digitalmars-d-learn Tue, 22 Sep 2020 03:26:29 -0700
On Tue, Sep 22, 2020 at 12:23 PM Daniel Kozak <[email protected]> wrote:
> ...
> void main(string[] args)
> {
> B b = new B;
> b.overrideFun;
> }
>
You can have A and B in one module too of course