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

What is the difference between class and namespace?

0 Answers  


What is object type in c#?

0 Answers  


What is the purpose of abstract class in c#?

0 Answers  


What are the different types of classes in c#?

0 Answers  


Can we have 2 main methods in c#?

0 Answers  






What is a void c#?

0 Answers  


How is method overriding different from overloading?

0 Answers  


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...

2 Answers  


What are the ways to deploy an assembly?

1 Answers  


What are the differences between static, public and void in c#?

0 Answers  


Which of these string definitions will prevent escaping on backslashes in c#?

0 Answers  


Is c# lazy thread safe?

0 Answers  


Categories