P
pintu
Hi All,
Can any one tell me what's the difference between static v/s non
static functions / classes based on performance and memory
requirements.
As much as i came to know that its better to make your classes and
its methods static as much as possible. Is it ok ?
What determines to make a class / Method static or instance type.
Thanks in advance.
Deep.
Can any one tell me what's the difference between static v/s non
static functions / classes based on performance and memory
requirements.
As much as i came to know that its better to make your classes and
its methods static as much as possible. Is it ok ?
What determines to make a class / Method static or instance type.
Thanks in advance.
Deep.