Search Results

0
votes

Does the super class not call the overridden method?

You may be confused if you are coming from C# or some other language where you have to explicitly declare virtual functions and/or overriding functions. In Java, all instance functions are …