-
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???