Skip to main content
ICT
Lesson A2 - Object Oriented Programming
 
Main   Previous Next
 

A2 Introduction page 1 of 10

Java is a “high-level” computer programming language. High-level languages are more similar to English (or other human languages) than machine code. Programming in binary (ones and zeros) or Assembly would be considered low-level. In this section, we will continue to explore the world of OOP by looking at the example from Student Lesson A1 in more detail.

The key topics for this lesson are:

  1. Our First Java Application
  2. Program Components
  3. Object Declaration, Creation, and Message Sending
  4. Class Diagrams
  5. The Difference Between Objects and Classes
Main   Previous Next
Contact
 © ICT 2006, All Rights Reserved.