how would one reduce dynamic dispatch in Swift
Anonymous
use “private” and/or “final” when declaring a function, which means time doesn’t have be wasted trying to figure out which function in which subclass is going to be used.
Check out your Company Bowl for anonymous work chats.