A Alberto Poblacion May 9, 2007 #2 Can you prevent a class from being inherited? if you can please give some code Click to expand... Just add the keyword "sealed": public sealed class MyClass { ... }
Can you prevent a class from being inherited? if you can please give some code Click to expand... Just add the keyword "sealed": public sealed class MyClass { ... }
M Mark Rae May 9, 2007 #4 Can you prevent a class from being inherited? if you can please give some code Click to expand... Mark it 'sealed'
Can you prevent a class from being inherited? if you can please give some code Click to expand... Mark it 'sealed'