When overriding a protected method without an acce...
# announcements
b
When overriding a protected method without an access modifier, the overridden method is also public even though the lack of an access modifier usually signifies a public method. Is that intended behaviour?