Extension Methods:
------------------------
-It is one of the best approach to extend the functionalities of a class other than inheritance.
-Using this approach u can add new methods under an existing class even if u dont have permission to make changes on the class or the source code of the class is not available.
------------------------
-It is one of the best approach to extend the functionalities of a class other than inheritance.
-Using this approach u can add new methods under an existing class even if u dont have permission to make changes on the class or the source code of the class is not available.