To whom a method is accesssed if it is marked as protected internal ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of console readkey in c#?
How do I download a program to my desktop?
Why singleton pattern is used in c#?
Can you prevent a class from overriding?
FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ?EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER?????PLEASE REPLY...
What is the .net datatype that allows the retrieval of data by a unique key?
How objects are stored in memory?
why delegate is type safe?
how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
what is used ref keyword in c#,and how we used it?
Does C# support multiple inheritance?
3 Answers IBM, Siebel Systems, Visual Soft,
Is string nullable in c#?