|
This course provides a detailed examination of the statements that control a program's flow of execution. There are three categories of program control statements: selection statements, iteration statements, and jump statements. After taking this course the learner will be able to control a program's execution.
Objectives:
After completing this course, students will be able to:
- Input characters from keyboard.
- Use the if statement
- Use the switch statement
- Explain the for loop
- Use the while loop
- Use the break statement
- Apply continue
- Nest loops
Topics:
- Inheritance basics
- Constructors and inheritance
- Accessing superclass members
- Mjltilevel hierarchies
- Superclass references
- Method overriding
- Abstract classes
- Using final
- The object class
|