nkiesel
03/15/2017, 6:52 PMclass
, sealed class
and open class
to a co-worker he asked: why is sealed
not the default, given that developer has control on what goes into the same file anyway (i.e. why is class
not the same as sealed class
)? I did not have a good answer. can anyone help me out?voddan
03/15/2017, 6:53 PMlouiscad
03/15/2017, 7:12 PMcedric
03/15/2017, 7:25 PMnkiesel
03/16/2017, 4:41 AM