Hi Folks,
I have a class with the member methods are static(not member data).
I have written this class to hold the utility methods for my application.But i have declared all the member methods are static.
Can anyone please confirm me whether the memory (stack) gets allocated to functions as soon as i run my application or the memory will be allocated based on the normal function call.
I wanted to know is this the write approach to code or not ?
Thanks & Regards
Divakara