2
Answers

Scope of a function being Static

Narik

Narik

17y
2.3k
1

Hi, I have declared all the functions in data access layer as static, so that i

need not instantiate a object to access those functions. Will there be any

problem in declaring all the functions as static? Also, will the commonly used

functions returns static value for concurrent users across the application?

Please clarify


Answers (2)