ashutosh parmar

ashutosh parmar

  • 1.5k
  • 117
  • 5.8k

Use of static Method

Dec 11 2019 6:11 AM
Dear Sir,
 
I know that static method need not any class instance they can be accesed directly using class name. 
 
but i dont understand the mening of static methods keeps only one copy and non-static method keeps multiple copies? I searched a lot but i didn't get any proper answer. 
 
I am confused where to use static methods and in what case?
 

Answers (3)