Factory pattern in ABAP
I couldn't find a nice ABAP blog on how to implement a Factory pattern which had my requirements, so here it is.
Requirements :
The factory decides which class it returns depending on the input parameters
Do not allow to instanciate the child class...
jchirk.hashnode.dev2 min read