How do you create a factory?
Factory constructors are created by adding a factory
keyword. Those can return subtypes or even null
— e.g., factory User.fromXml(String xml)
.
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.