b14me
b14me
CC#
Created by Avis on 2/20/2023 in #help
How do I call the constructor of a parent class?
As the parent in general. You can use ‘base.ParentMethod()’ for e.g. just check the docs on keyword
19 replies
CC#
Created by Avis on 2/20/2023 in #help
How do I call the constructor of a parent class?
Public child() : base(“mom”, “dad”)
19 replies