Development on force.com platform is done is two ways.
1. Declarative (Click and use, no code)
2. Programmatic (Coding)
In Declarative approach, you don't need any coding skills. Just use the pre-build components on mouse click. In Programmatic development, complex business logic is implemented using code in Apex and Visual force pages. Check the below picture which shows both the approach. Both follows the Model-View-Control architecture. Remember the picture.
Model Question:
1. Which one of below are used to declaratively fulfill any requirement (Select more than one option)?
a. Approval Process
b. Validation Rules
c. Apex Code
d. SOAP Api
1. Declarative (Click and use, no code)
2. Programmatic (Coding)
In Declarative approach, you don't need any coding skills. Just use the pre-build components on mouse click. In Programmatic development, complex business logic is implemented using code in Apex and Visual force pages. Check the below picture which shows both the approach. Both follows the Model-View-Control architecture. Remember the picture.
Model Question:
1. Which one of below are used to declaratively fulfill any requirement (Select more than one option)?
a. Approval Process
b. Validation Rules
c. Apex Code
d. SOAP Api