What are nested classes in c#?



What are nested classes in c#?..

Answer / Ajay Kumar Chaudhary

Nested classes in C# are classes that are defined within another class or struct. They can be either static (non-instance) or instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What namespaces are necessary to create a localized application?

2 Answers   Rolta, Siebel Systems, Visual Soft,


What is the difference between a constant and a static readonly field?

1 Answers  


What is a derived class in c#?

1 Answers  


Did it possible to cast a generic type of derived class to generic type of base class?

2 Answers   TCS,


Explain the Different types of configuration files in .net?

1 Answers  


The int maps to which C# keyword in .NET type?

1 Answers   Siebel,


What is a nullreferenceexception and how do I fix it?

1 Answers  


What is the gac, and where is it located?

1 Answers  


What is icollection in c#?

1 Answers  


What is array class in c#?

1 Answers  


Why do we use hashtable in c#?

1 Answers  


Can we inherit two classes in c#?

1 Answers  


Categories