Prabhu Raja
What are different types that a variable can be defined and their scopes ?
By Prabhu Raja in ASP.NET on Dec 27 2011
  • Prabhu Raja
    Dec, 2011 27

    Public- Can be accessed anywhere
    Private- anywhere in the same class
    Protected -winthin the class and the class that inherites this class
    Friend- Members of the class within the assembely
    Protected friend- member of assembely or inheriting class

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS