wrong sample answer in the marking criteria for question 33 d ii of the 2015 HSC paper.
The presented sample answer at the bostes website is wrong. A correct answer would be:
class Engine {
is a Component
public –
cost():
return 2000
}
class V8Engine {
is a Engine
public –
cost():
return 2800
}
The presented sample answer at the bostes website is wrong. A correct answer would be:
class Engine {
is a Component
public –
cost():
return 2000
}
class V8Engine {
is a Engine
public –
cost():
return 2800
}
Last edited: