Can a class be private in c#?


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

Post New Answer

More C Sharp Interview Questions

What are the collection types can be used in c#?

0 Answers  


What is the use of parse in c#?

0 Answers  


Are arrays value types or reference types?

0 Answers  


Can we change static value in c#?

0 Answers  


What is the difference between abstraction and encapsulation in c#?

0 Answers  






Define using statement in c#?

0 Answers  


Describe two uses of the “using” statement during the operation of c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What?s the difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


What's new in c#?

0 Answers  


What is the difference while using directive vs using statement ?

0 Answers  


Categories