- What is Class?
- What is Object?
- What is Variable?
- 4 Basic things of OOPS.
- What is reference type and value type variable?
- Immutable means?
- Difference between Mutable and Immutable class?
- What is Interface?
- Tell a real life example of Interface.
- Why should i use abstract class?
- Difference between abstract class and interface?
- Difference between static and constant?
- How can i prevent a function to be inherited?
- What is function overloading?
- What is Optional parameters?
- What is named parameters?
- How dynamic data type works?
- What id function overriding?
- How can i force a user to inherit a class?
- What is delegate?
- What is Thread?
- What is the namespace do i need to use for Thread?
- Tell an example of partial class/Why we need to use partial class?
- Can i use Using(Class1 obj=new Class1()){}? if so then how?
- What is the need of Serialize?
- What is overriding?
- Why to use Virtual ?
- Do i need to override function if call inherited from abstract class?
- If i have same function in base as well as in sub class then what happen at the time of compilation?
- When can I use new keyword in function declaration?
- How to call base class's function if i have same function in base and in sub class?
Saturday, January 18, 2014
OOPS and C# Questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment