About friend and Protected friend ?

Answers were Sorted based on User's Feedback



About friend and Protected friend ?..

Answer / sivasaravanan

Friend: Only members in current project access the
variables.

Protected Friend: All members in current project and all
members in derived class access the variables.

Is This Answer Correct ?    1 Yes 0 No

About friend and Protected friend ?..

Answer / babu reddy

Friend is same as internal in c#

if we used this keyword then that class is available to the
particular assenbly where the application contains

Is This Answer Correct ?    0 Yes 2 No

About friend and Protected friend ?..

Answer / babu reddy

Friend is same as internal in c#

if we used this keyword then that class is available to the
particular assenbly where the application contains

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What is viewstate information stored?

0 Answers  


How do I publish my asp.net application to my isp's web server?

0 Answers  


relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


What are the various security methods which IIS Provides apart from .NET ?

1 Answers  






can i use store procedure in disconnected mode? give me answer

2 Answers  


Why do we use Option Explicit?

2 Answers   Microsoft,


What are directives in asp.net? List down all the important directives.

0 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


What is a viewstate?

0 Answers  


What is masterpage?

0 Answers  


How will you load dynamic assembly?

0 Answers  


Categories