Can namespace contain the private class?


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

Post New Answer

More C Sharp Interview Questions

Explain the types of assemblies in .net?

0 Answers  


What is the difference between do and while loop?

0 Answers  


What are the different types of assembly?

0 Answers  


What is data dictionary in c#?

0 Answers  


Which of these statements correctly declares a two-dimensional array in c#?

0 Answers  






What is the full form of GAC? Explain its uses?

0 Answers   PUCIT,


Is unity object oriented?

0 Answers  


What is eager and lazy loading in c#?

0 Answers  


Is clr a compiler?

0 Answers  


What is multiple interface in c#?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


How do you secure a webservice?

1 Answers   TCS,


Categories