In An Inheritance Chain Through Which Of The Following The Base #344
In an inheritance chain through which of the following, the base class and its components are accessible to the derived class?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Fundamentals of Inheritance - Quiz No.1.
In an inheritance chain through which of the following, the base class and its components are accessible to the derived class?
Scope resolution operator(:)
Class visibility modifiers (public,private etc.)
Dot operator (.)
All of the mentioned