C# Inheritance MCQ
1. What is inheritance in C#? a) The process of creating new classes from existing ones b) Copying the same method into multiple classes c) Using the same variables in different classes d) Connecting classes through interfaces Click to View Answer and Explanation Answer: a) The process of creating new classes from existing ones Explanation: […]
C# Inheritance MCQ Read More »