I have a main class Animal and 5 classes with animals and made polymorphism and work everything fine.I have a new requirement for solution like this:
model the animals using a data-driven approach
. What is this meaning?
Asked
Active
Viewed 73 times
0

Rajzer
- 1,174
- 11
- 24
-
you might want to read eric lippers articles on [wizards and warriors](https://ericlippert.com/2015/04/27/wizards-and-warriors-part-one/) – JonasH Feb 02 '21 at 09:41
-
From the article i understand that "data-driven" means result depend from the input? ex function input et... – Rajzer Feb 02 '21 at 09:49
-
See also other questions tagged with [data-driven](https://stackoverflow.com/questions/tagged/data-driven?tab=Votes), e.g [this answer](https://stackoverflow.com/a/4802606/1997232) is quite good. – Sinatr Feb 02 '21 at 09:55