Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 70-483 Topic 9 Question 1 Discussion

Actual exam question for Microsoft's 70-483 exam
Question #: 1
Topic #: 9
[All 70-483 Questions]

You are developing an application. The application includes classes named Employee and Person and an interface named IPerson.

The Employee class must meet the following requirements:

* It must either inherit from the Person class or implement the IPerson interface.

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

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

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

Show Suggested Answer Hide Answer
Suggested Answer: B, D

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


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

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel