0
kicks
Have u ever needed to extend a string?
well it's not inheritable by default so you can not extend it. that used to be the case before c# 3.0
now you can specify all the functionality that you need in an Extension Method. problem lies in that the extension method needs to access the instance of the object you are extending