Quando executo o código, que está idêntico ao dos professores me ocorre o erro com o tipo da classe Classificável, e informa sobre fazer um Override na classe filme. o terminal me informa isso: Exception in thread "main" java.lang.Error: Unresolved compilation problems: The import br.com.screenmatch.calculos.Classificavel cannot be resolved Classificavel cannot be resolved to a type The method getClassificacao() of type Filme must override or implement a supertype method
at br.com.screenmatch.modelos.Filme.<init>(Filme.java:3)
at br.com.screenmatch.principal.PrincipalComListas.main(PrincipalComListas.java:13)
PS C:\Users\quizi\VSCODE\Alura\Java\Screenmatch>
E com isso, o código não roda.