Vidyalelo
C# Programming · Q163

Classes and Objects in C Sharp

Programming · C# Programming · question 163

Q163

In an inheritance chain through which of the following, the base class and its components are accessible to the derived class?

A.
Scope resolution operator(:)
B.
Class visibility modifiers (public,private etc.)
Answer
C.
Dot operator (.)
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board