GE Interview Question

C# Net access modifies

Interview Answer

Anonymous

Apr 25, 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