Exercise 2: Reflection and Interfaces
Explore how to apply reflection and interfaces in Go by integrating CSV data handling into a phonebook program. Learn to detect data formats dynamically, sort records based on specific rules, and extend functionality with reverse ordering. This exercise reinforces key concepts for dynamic typing and versatile data processing in Go.
The following questions are to let you practice what ...