Introduction to Object-Oriented Programming with Java I: Foundations and Syntax Basics

Go to class
Write Review

Free Online Course: Introduction to Object-Oriented Programming with Java I: Foundations and Syntax Basics provided by edX is a comprehensive online course, which lasts for 6 weeks long, 5-6 hours a week. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from edX. Introduction to Object-Oriented Programming with Java I: Foundations and Syntax Basics is taught by Olufisayo Omojokun.

Overview
  • This course provides an introduction to the Java programming language. It gives students a foundational overview and history of Java, and students will learn about the language’s basic syntax. At the end, they will be able to develop interactive console programs with basic data processing and formatting capabilities.

Syllabus
    • Introduction to Java
    • Why Object-Oriented Programming?
    • Basics of Object-Oriented Programming
    • Using Predefined Classes
    • Basic Console Input and Output
    • Programming Decision-Making Statements
    • Developing Iterations and Loops
    • Creating and Using Arrays
    • Writing Methods