Sealed keyword in association with override

后端 未结 4 1756
无人共我
无人共我 2021-01-07 19:53

Is it always necessary to follow the sealed keyword with override in the signature of a method like the below code:

public sealed o         


        
4条回答
提交回复
热议问题