0 votes
in Salesforce by
What is Apex Interface?

1 Answer

0 votes
by
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.
...