Question

Which keyword is used in Java to indicate that a method in a subclass is intended to override a method in its superclass?

A new
B virtual
C override (C#) / @Override (Java annotation)
D super
E this
Practice Next

Hey! Ask a query