What should you do?

Posted by: Pdfprep Category: MB-500 Tags: , ,

You have the following code:

Microsoft-MB-5009_1

You need to extend this enumeration and add the following statuses to the enumeration: Quarantine, InTransit

What should you do?
A . Add a new case statement in the model of the existing code,
B . Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the enumeration value.
C . Add a post handler to the method that checks the enumeration and logic for your new enumeration values using the integer value of the enumeration.
D . Add a post handler to the method that checks the enumeration and logic for your new enumeration values using a range comparison for your new values.

Answer: B

Leave a Reply

Your email address will not be published.