If you have missed the previous scenarios you can get the scenarios from the below link
https://www.pantherschools.com/category/developer/
Table of Contents
Introduction to scenario
→ Apex Trigger 3
Develop an Apex Trigger so that every time an account is created or updated, the Value of the Billing Address is to the Shipping Address.
You only need to update the Shipping Address information with the Billing Address if the Shipping Address (Compound Field) has having blank value.
Hands on
Dispatcher Class
Handler Class
Helper Class
