b yishai:
, , , . , : , " ", , , .
Java , , . , , , .
But if you do this because your function will behave differently depending on where it was called from, for example, “if called from class X, update client data else, if called from employee update data Y,” or something like that: Really a really bad idea. Pass a parameter or write individual functions.
source
share