What are the different access modifier? Explain in detail?
Answer Posted / pushparaj pentakota(anakapalli
public == accessble from any where,no restriction.
private == aceessble only from within the class only.
protected == accessble from same class and child class also
but not from non-child class.it may be within
project or out side of the project also.
internal == accessble only from same class and child class
and non-child class also but within the project
only.
protected internal == accessble from any where except
non-child class of out side of the
project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is .net mobile images control. : Microsoft dot net mobile
Whats new features in Visual Studio 2012?
What happens to the winfx technologies?
What is .net mobile input validation. : Microsoft dot net mobile
How can implement drag and drop using atlas?
Explain some of the disadvantages due to microsoft.net?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is the use of TPL DATAFLOW?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
What is a managed code? : Dot net architecture
How to improve the cache performance? : Dot net architecture
Explain write back and write through caches? : .NET Architecture
what is tracing? Where it used?
Does .NET runtime offer Deterministic Destruction or not?