Can you specify nested classes as partial classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

what is the diference between casting and converting?

2 Answers  


update data in an xml file which resides in solution itself, using silverlight 4.0

0 Answers  


What are collection classes?

0 Answers  


What are indexers in c# .net?

0 Answers  


Is a games console a computer?

0 Answers  






What is using directive in c#?

0 Answers  


What are access modifiers used for?

0 Answers  


List the differences between method overriding and method overloading?

0 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


What is difference between for and foreach in c#?

0 Answers  


What is the difference between hashtable and dictionary in c#?

0 Answers  


You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

0 Answers  


Categories