Pergunta de entrevista da empresa GE

C# Net access modifies

Resposta da entrevista

Sigiloso

25 de abr. de 2016

Basically we have 5 types . 1)Public -- which we can access any where in the word ( entire application) . 2) Privite -- with in class 3) Protected - With in class and derived class . 4) Internal -- With in assembly 5) Protected internal -- With in assembly and derived class