What is the difference between null and string empty in c#?
How do you inherit from a class in C#?
Is namespace necessary in c#?
what is accessspecifier and explation each with example?
What is jit (just in time)?
Define c# delegate?
Can we change static value in c#?
What is the namespace for the thread class?
What are destructors in C#?
1 Answers TryTechnicals Pvt Ltd,
Why can?t you specify the accessibility modifier for methods inside the interface?
Is c# int immutable?
what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
Contrast between an interface and abstract class?