About friend and Protected friend ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What’s difference between “optimistic” and “pessimistic” locking?
What is the use of autowireup in asp.net?
What is the concept of postback in asp.net?
What is the maximum timeout we can set for Cookies?
How Many types of Page Load functions in asp.net
Explain about the Class view window?
What is Partial in ASP.NET 2.0?
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
what is wpf and wcf in .net explain with an example?
what is caching
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?