Q44
Multiple choice
A developer is implementing an Apex class for a financial system. Within the class, the variables
`creditAmount' and `debitAmount' should not be able to change once a value is assigned.
In which two ways can the developer declare the variables to ensure their value can only be assigned one time? (Choose two.)
Select all that apply.