OU M257 Revision notes
Next week I’m sitting an Open University exam on the Java course M257. I’ve made some notes on most of the units which you can see below:
Unit 3
Implement classes in which you have specified the access level of methods and instance variables;
private access level: never inherited, so can never be accessed by subclasses as if [...]