Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 C-Sharp (C#) Interview Questions and Answers
Can you override private virtual methods?
No, moreover, you cannot access private methods in inherited classes, have to be protected in the base class to allow any sort of access.
Can you inherit multiple interfaces?
What is the difference between the System.Array.CopyTo() and System.Array.Clone()?
How do I launch Internet Explorer in C#?
Does C# support jagged arrays?
What are Identifiers?
Does C# do array bounds checking?
What anonymous methods in C# 2.0?
What is the Application domain (C#)?
List types of parameters that can be passed to a C# method.
Can you override private virtual methods?