interfaces | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

interfaces

why exactly we use interfaces ??

30th Dec 2016, 1:32 PM
Wic Amo
Wic Amo - avatar
1 Resposta
0
If you want to make sure a class implements a specific method you use an interface. A class is required to implement this interface method. Otherwise the compiler will throw an exception.
30th Dec 2016, 1:47 PM
qobus