C Sharp (C#) - Inheritance
Which keyword is used in C# to call the base class constructor from a derived class?
base.super is used in some other languages like Java, this refers to the current class, and parent is not a C# keyword.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions