Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam CRT-450 All Questions
Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Salesforce Developers CRT-450 Question # 69 Topic 7 Discussion

CRT-450 Exam Topic 7 Question 69 Discussion:
Question #: 69
Topic #: 7

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?


A.

static decimal DELIVERY_MULTIPLIER = 4.15;


B.

constant decimal DELIVERY_MULTIPLIER = 4.15;


C.

static final decimal DELIVERY_MULTIPLIER = 4.15;


D.

decimal DELIVERY_MULTIPLIER = 4.15;


Get Premium CRT-450 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.