Also, a truly “default” parameter would look like:...
# announcements
t
Also, a truly “default” parameter would look like:
open class Base(name: String = “default”)
… then anything that doesn’t pass a value to the super will have “default” name.