Does it even make sense?
We will not have a chance to override an open function in a class which can't be subclassed (by the way, by default class is internal, not public, right?)
If it doesn't make sense, why doesn't Xcode show any warnings?
Asked
Active
Viewed 76 times
0

Roman
- 1,309
- 14
- 23
-
1Note that you can also make methods in a `private` class to be `public`. The more general question is, why can class members be more accessible than the class? – Sweeper Mar 04 '21 at 04:46
-
1See https://stackoverflow.com/questions/40289745/why-am-i-allowed-method-access-less-restrictive-than-class-access – Sweeper Mar 04 '21 at 04:58