Which two code segments can you use to achieve this goal?

You are developing an application. The application includes classes named Mammal and Animal and an interface named IAnimal.

The Mammal class must meet the following requirements:

• It must either inherit from the Animal class or implement the IAnimal interface.

• It must be inheritable by other classes in the application.

You need to ensure that the Mammal class meets the requirements.

Which two code segments can you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)

A . Option A
B . Option B
C . Option C
D . Option D

Answer: A, C

Explanation:

When applied to a class, the sealed modifier prevents other classes from inheriting from it.

Reference: http://msdn.microsoft.com/en-us/library/88c54tsw(v=vs.110).aspx

Latest 70-483 Dumps Valid Version with 288 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments