© 2026 Hedgehog Software, LLC
abstract class parent { public parent(string mom, string dad) {...} } public class child : parent { //how do I cal the constructor of parent? }