Constructor Dependency Injection with Map of Custom type Example
In some scenarios, we may need to inject a map of object or map of non string object to another object. In such cases, we inject a map of object through a constructor. however this kind of requirements comes very rarely in real time. Consider the example where Person has an answer sheet which includes […]