Encapsulate Downcast
From CSSEMediaWiki
Straight from Martin Fowler 1999:
"A method returns an object that needs to be downcasted by its callers.
Move the downcast to within the method."
Straight from Martin Fowler 1999:
"A method returns an object that needs to be downcasted by its callers.
Move the downcast to within the method."