Sealed Classes cannot be a base class.

Options
- True
- False


CORRECT ANSWER : True

Discussion Board
True

Sealed class cannot be a baseclass as sealed keyword is used to make the class not be inherited by any other class.

Sowmya 09-20-2020 10:00 AM

true

True


vanu 02-6-2017 01:38 PM

Answer

True, because sealed class can not be inherited.seales keyword is used for making non-inheritable class.

Deepa chauhan 11-17-2014 11:29 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement