Mas adelante, vamos a aprender sobre la interfaz o es algo que hay que leerlo por nuestro lado? (mas allá que ya leí el articulo, pero estaría bueno complementarlo con el video de ser posible)
en el articulo dice:
Interfaces in Java In the Java programming language, an interface is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types. Method bodies exist only for default methods and static methods. Interfaces cannot be instantiated—they can only be implemented by classes or extended by other interfaces.
Que sería metodos firma, o metodos por default?