0 / 60 seg.

What is the result of attempting to compile and run this code segment?

final class Base {
}
class Derived extends Base {
}