[Solved] Static and Non Static methods [closed]
There in no straightforward answer on whether one should declare methods as static or not. It depends on the context and functionality of your application. Going with some assumptions for your situation, consider following thoughts on high level – If the validation is related to one particular form only, and not applicable for other forms, … Read more