Description
In this course, you will learn:-
- Make your own Java apps from the ground up.
- Break down a difficult problem into smaller, more manageable chunks.
- Understand how code is executed through debugging a programme.
Syllabus:-
-
Installing the JDK and Eclipse
-
Hello World and Eclipse shortcuts
-
Types and Variables
-
Methods
-
Variable Scope
-
Conditionals
-
Loops (and an intro to the debugger)
-
Using Objects: Creating a Window
-
Classes and Objects
-
Reference and Value types
-
Access Modifiers
-
Packages
-
Data Structures intro: Arrays
-
Constants
-
Intro to Inheritance
-
Overriding Methods: drawing on a frame
-
Abstract classes and methods