Book Image

Object Oriented Java [Video]

By : ACI Learning, Mark Davis, Justin Dennison
5 (1)
Book Image

Object Oriented Java [Video]

5 (1)
By: ACI Learning, Mark Davis, Justin Dennison

Overview of this book

A meticulously designed to guide you through the intricacies of Java programming, whether you're a beginner just starting out or a developer looking to refine your skills. Led by experts Mark and Justin, this course begins with the essentials—installing the Java Development Kit (JDK) and Eclipse IDE, and quickly moves into the building blocks of Java programming. You'll learn about control flow structures, Java primitive types, arrays, loops, and strings, setting a solid foundation. The course then transitions into more complex topics such as object-oriented programming, handling exceptions, debugging, and utilizing Java’s vast libraries for IO operations, networking, graphics, and data handling. By implementing a number of hands-on projects, including a basic guessing game and a 2D graphics application, you'll not only understand Java's syntax but also its practical application in real-world scenarios. This comprehensive journey will arm you with the knowledge to write clean, efficient Java code, ready for deployment.
Table of Contents (3 chapters)
Chapter 3
Object-Oriented Implementation
Content Locked
Section 5
Abstract Classes and Interfaces Part 2
In this episode, Justin and Mark use the interface created to implement a concrete class. Mark shows how the class is adhering to the interface which is similar to a programmatic contract.