Monday, September 23, 2013

Beginning Greenfoot: Objects and Classes

Today we will begin a series of videos by Michael Koelling -- a programmer, instructor and developer of the Greenfoot JAVA IDE.  His blog can be found here: http://blogs.kent.ac.uk/mik/category/joy-of-code/page/2/

We will be working with the following "Scenario": http://www.greenfoot.org/static/joc/material/hedgehogs.zip

Some of the topics Mik will cover in this video include (and please take notes on this):
  • class
  • object
  • method
  • instance
  • return value
  • return type
  • void
  • int
  • boolean
Some of these concepts may already be familiar to you, but they are crucial to fully understand JAVA.

Video #3 of the series: http://youtu.be/tZNnYeqm5BU

No comments:

Post a Comment