Issues/Concerns
Here are some issues and concerns that I’ve heard people mention:
- We might be violating the original intent of the underlying object (e.g. adding Serializable)
- We can use this to violate encapsulation
- We might expose things that we should not
- We can no longer know the hierarchy at compile time
- …
Comments