The Convict Management Console Application is a simple C# application designed to demonstrate the usage of indexers and property accessors. It showcases how to interact with objects using both index-based and attribute name-based accessors, providing a practical example of accessing and modifying object properties dynamically.
- Dynamic Property Access: Utilize indexers to access and modify properties of a Convict object by index or attribute name.
- Interactive Console Interface: Engage with the application through a straightforward console interface, displaying and updating convict information.
To run the Convict Management Console Application, follow these steps:
- Clone or download the repository to your local machine.
- Run the application using your preferred IDE.
Upon launching the application, you will be presented with a series of console outputs displaying the initial properties of a Convict object. The application then demonstrates modifying a property using an indexer and displays the updated properties using attribute names.