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, then click Submit answer.
-
○
The Apex class must be declared using the interface keyword.
-
○
A method implementation can be defined within the Apex Interface.
-
○
The Apex interface class access modifier can be set to Private, Public, or Global.
-
○
A method defined In an Apex Interface cannot have an access modifier.
-
○
New methods can be added to a public interface within a released package.