Bhuvanesh Mohankumar
What is scope of a Protected Internal member variable of a C# class?
By Bhuvanesh Mohankumar in .NET on May 08 2016
  • Bhuvanesh Mohankumar
    May, 2016 8

    The protected internal access specifier 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.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS