Multiple Choice
Classes and methods are declared sealed for all of the following reasons,except:
A) sealed methods allow inlining the code.
B) sealed methods and classes prevent further inheritance.
C) sealed methods are static.
D) sealed methods can improve performance.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: A class that implements an interface but
Q39: An interface is typically used in place
Q40: An interface can not provide properties with
Q41: If a method needs to be called
Q42: Unfortunately,polymorphic programs make it difficult to add
Q43: The keyword sealed is applied to methods
Q45: Constants declared in an interface are implicitly
Q46: You may define implementations for abstract methods
Q47: Which of the following is false about
Q49: If a derived class reference is assigned