How does an object knows if some change happens in its base class?

For example:
Class A created with method m1() and its object created in various other files. later m1() changed to m2() and class has added some more public variable. Now question is how does object created in other files came to know about this change happened in its class.
Is Object Listener linked to this question???

Questions by vinodk.05   answers by vinodk.05

Showing Answers 1 - 3 of 3 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions