Hi all,
Let's say existing there is a class with 3 importing parameters into the method. But somehow there is a needs to extend the existing method into 4 importing parameters.
The question is, if we are applying OOP concept here, how should I do it? Should I create a new class for the 4 importing parameters?
Thanks for the advice in advance.