Java Object-oriented programming (OOP) 1-Day Course
Online Interactive Instructor-led Java Programming course.
Who would find this course useful? This is useful if you have some programming skills already.
Virtual Classroom: You would need internet connection with audio. Download Java JDK and Eclipse, or ask us for download assistance. Or use our Java interface.
Duration: 1 Day
Course Outline:
Session 1: Encapsulation
Using Java packages, Creating and calling methods, parameters, method overloading. Data protection through encapsulation
Session 2: Inheritance
Java Classes, object construction, Inheritance, method overload and override,
Constructors, parameterised constructors.
Use the Java access modifiers protected.
Static and final keywords.
Session 3: Polymorphism or runtime binding
Session 4: Abstraction
Create abstract classes and methods, Create and use interfaces
Session 5:
Nested classes, inner classes.
Singletons.
Enum.