There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Given the hierarchy of an abstract class, it detects the appropriate concrete subclass (deterministically) that satisfies certain attributes obtained as a parameter. Useful for implementing the Strategy design pattern.