Tag Archives: variables

Static and Instance in Apex Salesforce
If you are a Salesforce developer, you need to know everything about static and instance in Apex Salesforce to code as a pro with good programming principles. In apex classes can’t be static. Nonetheless, we can have static methods, variables and initialization code. Also we can have instance methods, member variables and initialization code, which […]