why should a subclass have the same or less permis...
# announcements
d
why should a subclass have the same or less permissive visibility than the parent? isn't that backwards? I wanted to make my abstract parent
internal
but subclass
public
but the compiler won't allow it