Skip to Content
0
Former Member
Sep 26, 2008 at 01:11 AM

Method parameters

371 Views

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.