|
|
|
|
|
by rayk
5348 days ago
|
|
You actually write very little code for AP Computer Science. If I recall correctly, the test tries to bring OO abstractions into the standards using Java's classes and wrappers, which should be a pretty good filter for dumb unpatterns like 'Car inherits from Garage'. So there are questions like 'How do you design this class hierarchy?' or 'Trace this code, what are the values of x...' I don't think there was ever any of the boilerplate required to make a Java program actually run. When I took the exam, I'd never compiled a single line of Java in my life (yep, there are far better ways to get things done). |
|