Using extensions as properties

In the last recipe, we learned about extension functions. In this recipe, we will learn about extension properties. If you feel the need for one or more properties from the class, you can add them using the extension properties. In this recipe, we will learn how to use extension properties.