Exit CRT-450 Salesforce Certified Platform Developer I (CRT-450)
Question 5 of 5
0% complete
Q5 Multiple choice

A developer needs to create a custom Interface in Apex. Which three considerations must the developer keep in mind while developing the Apex Interface' Choose 3 answers

Select all that apply.

  • A

    The Apex class must be declared using the interface keyword.

  • B

    A method implementation can be defined within the Apex Interface.

  • C

    The Apex interface class access modifier can be set to Private, Public, or Global.

  • D

    A method defined In an Apex Interface cannot have an access modifier.

  • E

    New methods can be added to a public interface within a released package.