Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
A developer has the following class and trigger code public class insurancerates{ public static final decimal smokercharge = 0.01; } trigger contacttrigger on contact (before insert){ insurancerates rates = new insurancerates(); decimal basecost=xxx; } Which code segment should a developer insert at the xxx to set the basecost variable to the value of the class variable smokercharge?
Correct Answer: B
Recent Comments (The most recent comments are at the top.)
Pramod Jana - Dec 28, 2023
B should be the correct answer because we cannot access static variables with the instance of a class
Hùng - Mar 09, 2023
static mà truy xuất thông qua instance class à Hải dưới?
Hải - Feb 23, 2023
C is correct we created an instance of insurancerates.
Recent Comments (The most recent comments are at the top.)
B should be the correct answer
because we cannot access static variables with the instance of a class
static mà truy xuất thông qua instance class à Hải dưới?
C is correct
we created an instance of insurancerates.