delegate
What is OO good for if every other class can't be extended because the constructor is protected and the class must be created using a factory. I want more POJOs with normal constructors and usable OO, thank you very much.
What is OO good for if every other class can't be extended because the constructor is protected and the class must be created using a factory. I want more POJOs with normal constructors and usable OO, thank you very much.