Explain friend and protected friend?
Interview question and answer by:
Lakshmiramesh | Posted on: 6/26/2008 | Category:
.NET Framework Interview questions | Views: 5092 |
Answer:
Friend/Internal - Method, Properties in that class can be accessed by all the classes within that particular assembly.
Protected Friend/Protected Internal - Methods, Properties can be accessed by the child classes of that particular class in that particular assembly.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: