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 the exact purpose of http handlers?

0 Answers  


Name some asp objects?

0 Answers  


I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,


What is view state and how this can be done and was this there in asp?

11 Answers   Accenture, KDOT, Mphasis,


Describe the diffeerence between inline and code behind?

0 Answers  






What is the difference between Webservice and WCF

9 Answers   IBM, ITC Infotech,


Explain what is clr?

0 Answers  


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


What is Difference between Callbacks and Postback in ASP.NET?

11 Answers  


How does the XmlSerializer work? What ACL permissions does a process using it require?

2 Answers  


What is binding in web service ?

1 Answers   TCS,


Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?

0 Answers  


Categories