Apex Constants | Best way to use Constants in apex | Real-time example| salesforce development| sfdc
#apex #salesforce #salesforceapex
topic
======
00:00 Intro
00:23 what are apex constants
01:42 why we need apex constants
07:16 how to write apex constants
13:08 System.FinalException: Final variable has already been initialized
==================================
Ask your questions or topic quest using #asksfdcquest
==================================
check out the below link to get the complete course
=================================
https://imojo.in/1hfF4c2
=================================
Notes:
Apex constants are variables whose values don’t change after being initialized once. Constants can be defined using the final keyword.
https://developer.salesforce.com/docs...