Can we define a variable with the access modifier private
in an interface?
Answer Posted / vikas
no not at all
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of expression tree in c#?
Can int be null c#?
what is the syntax to inherit from a class in c#?
Show us in simple steps to create setup & deployment project for windows application?
Define acid rule of thumb for transactions in c#.
What are types of constructor?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
Why do we use partial class in c#?
What is console programming language?
Explain how is the dll hell problem solved in .net?
What is a console device?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
If you donot specify an access modifier for a method, what is the default access modifier?
Explain About multi level and multiple inheritance how to achieve in .net
Explain boxing and unboxing in c#?