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?