0
About Anonymous Classes
It says, "The modification is applicable only to the current object, and not the class itself". But what happens if I attempt to override a static method on-the-fly? Will the modification retain what I modify to the end of my class's life cycle? Or will there be an error? Or is it possible to do something like this?
1 Answer
+ 1
Can you show your code attempt please?