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 shared assembly asp net

1 Answers   Fidelity,


Explain the boxing and unboxing concept in .net?

0 Answers  


What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  


what cut off mark for po's,what questions they asked for interview?

0 Answers  






What is asp.net and how it works?

0 Answers  


How Clustered Index and Non clustered index stored on SQL server?

2 Answers   TCS,


Define tracing.

0 Answers  


What does asp stand for in asp.net?

0 Answers  


Where is the view state data stored in asp net?

0 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


Is There any Third party tools are using in .Net Technologies? Can u Explain?

4 Answers   HCL,


Categories