Hello!
Could u tell me why execute methods of Stored Procedure are public?
I think that they should be protected, because they should be used only by subclasses. Also subclass cannot make it invisible (protected or private). If they were protected, subclass would make it public if it needs to.
Thanks


Reply With Quote
