C Sharp (C#) - Inheritance
Which of the following is the correct way to call a parent class constructor using
base in C#?base in C#?: base() after the child constructor signature.public Child() : base() { }, which is the correct syntax.: base() [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions