The OrderHelper class is a utility class that contains business logic for processing orders. Consider the following code snippet: public class without sharing OrderHelper( //code implementation } A developer needs to create a constant named DELIVERY_MULTIPLIER with a value of 4.15. The value of the constant should not change at any time in the code. How should the developer declare the DELIVERY_MULTIPLIER constant to meet the business objectives?
Select an option, then click Submit answer.
- ○ A decimal DELIVERY_MULTIPLIER = 4.15;
- ○ static final decimal DELIVERY_MULTIPLIER = 4.15;
- ○ constant decimal DELIVERY_MULTIPLIER = 4.15;
- ○ static decimal DELIVERY_MULTIPLIER = 4.15;