You are viewing a single comment's thread. Return to all comments →
Only one line of code
return order.equalsIgnoreCase("Pizza") ? new Pizza() : new Cake();
Seems like cookies are disabled on this browser, please enable them to open this website
Java Factory Pattern
You are viewing a single comment's thread. Return to all comments →
Only one line of code