Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
b14me
Posts
Comments
C
C#
•
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
C
C#
•
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