About Question enthuware.ocpjp.v8.2.1085 : probably typos
Posted: Sun Feb 18, 2018 12:38 pm
Hi, in the explanation there is 'void' keyword missing in both inheritance and composition examples, now there are lines: there should be:
Code: Select all
public accelerate(){ }
Code: Select all
public void accelerate(){ }