Tuesday, May 5, 2009

The Switch Statement , Constructors and more

In Java the switch statement is alternative way to express nested if statements. We will learn how it works.
We will also have a closer look at constructors, methods to create instances of classes. We have already used the default constructors without knowing them. Today's lesson will help us to understand them better.
Watch the presentation for details.


Homework
Answer the review questions for today's lesson.
We will have a test on Java next Tuesday, May 12, 09.

No comments: