Google News
logo
C# - Quiz(MCQ)
Which of the following access specifier in C# allows a class to hide its member variables and member functions from other class objects and functions, except a child class within the same application?
A)
Protected Internal
B)
Private
C)
Internal
D)
Protected

Correct Answer :   Protected Internal

Advertisement