- 
                    
- 
                    
- 
                    
- 
                    If you need your own implementation of Equals method of object what needs to be doneA) Overload Equals methodB) Override Equals methodC) Implements Equals method 
- 
                    
- 
                    
- 
                    Can you change the value of a variable while debugging a C# application?Yes, if you are debugging via Visual Studio.NET, just go to Immediate window. 
- 
                    How can you overload a method?Different parameter data types, different number of parameters, different order of parameters. 
- 
                    What does the keyword virtual mean in the method definition?The method can be over-ridden. 
- 
                    How is method overriding different from overloading?When overriding, you change the method behavior for a derived class. Overloading simply involves having a method with the same name within the class. 

 
  
  
 