R
Ramakant
Hi,
I am creating an object say File in the middle layer. I have designed
methods like Delete, Update etc. I also want the static versions of these
methods. So having the two methods with different signatures. The instance
method is parameterless and calls the static method which has paramerters.
This design is useful in my project. But I want the second opinion if this
design is good? And that if there could be any issues in the future?
Regards,
Ramakant K
I am creating an object say File in the middle layer. I have designed
methods like Delete, Update etc. I also want the static versions of these
methods. So having the two methods with different signatures. The instance
method is parameterless and calls the static method which has paramerters.
This design is useful in my project. But I want the second opinion if this
design is good? And that if there could be any issues in the future?
Regards,
Ramakant K