Login
Remember
Register
Ask a Question
What is Apex Interface in Salesforce
0
votes
asked
Sep 24, 2019
in
Salesforce
by
Robin
What is Apex Interface?
salesforce-interface
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 25, 2019
by
john ganales
Interface is a collection of unimplemented methods. This will specify the signature of the method, types of inputs that we pass the method specifies what type is given as an output.
Note: Generally the interface methods we give it as global.
...