adspace
Can we write class inside a class in c#?
Answer Posted / Nimisha
No, it is not possible to write a class inside another class in C#. Classes can be nested but they are not contained within each other.
Post New Answer View All Answers
How do you inherit a class into other class in c#?
999
Which namespaces are necessary to create a localized application?
1147
What is an abstract class c#?
973
Why can't we use a static class instead of singleton?
961
How to assign Null value to Var?
1070
What is expression tree in c#?
1004