Java: An Eventful Approach
暂无分享,去创建一个
As many have learned over the past several years, teaching a CS1 course in Java requires an entirely new approach. Because it is an object-oriented language, it is difficult to teach in the style used for imperative languages like Pascal, C, and even C++. Many have proposed teaching Java in an objects-first way, but others have complained that too many concepts must be introduced before students can understand the construction of classes and objects. The objective of this workshop is to introduce an approach to teaching Java that we have developed at Williams College that overcomes these problems. Our approach is supported by materials developed with NSF funding. These include extensive course notes, laboratory exercises, the Objectdraw library, and a textbook to be published in 2004.
[1] Kim B. Bruce,et al. A library to support a graphics-based object-first approach to CS 1 , 2001, SIGCSE '01.
[2] Kim B. Bruce,et al. Event-driven programming is simple enough for CS1 , 2001 .