0
interface
guys what is meaning of "interface" ?
3 Answers
0
A "face" for user interaction. Used to get Input, Output and so on....
0
can u tell me deeply the meaning?
0
u can simple thought interface is function.
A Class have a function named "interfaceAToB"ïŒ
and in B ClassïŒu can use "interfaceAToB"ïŒso......This function is a interface that A class provided for B Class.