N Nicholas Paldino [.NET/C# MVP] Nov 16, 2004 #2 gcrasher, No, not at all, the visibility rules still apply. What is the scenario that you see which gives you this idea?
gcrasher, No, not at all, the visibility rules still apply. What is the scenario that you see which gives you this idea?
J Jon Skeet [C# MVP] Nov 16, 2004 #3 gcrasher said: Seems like they would mean the same thing. Am I right? Click to expand... No. Protected methods can only be called within the inheritance hierarchy. Public methods can be called from anywhere.
gcrasher said: Seems like they would mean the same thing. Am I right? Click to expand... No. Protected methods can only be called within the inheritance hierarchy. Public methods can be called from anywhere.