Absolute Introduction to Object Oriented Programming in Java

Go to class
Write Review

Absolute Introduction to Object Oriented Programming in Java provided by Udemy is a comprehensive online course, which lasts for 1-2 hours worth of material. Absolute Introduction to Object Oriented Programming in Java is taught by Imtiaz Ahmad. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Prerequisite to "Master Object Oriented Design in Java".

    What you'll learn:

    • You will understand the basics of Object Oriented Programming
    • Understand class inheritance and what it means for objects

    LASTUPDATED:November2020

    This course is designed to be slow-paced, simple and rich in demystifying the question: What really is an object in computer programming? These few lectures serve as a crucial foundation for OOP (Object Oriented Programming).

    If you've ever written a java class before and ran the program in eclipse but didn't quite understand what's going on behind the scenes, this course is for you. By the end of these videos, you will understand the difference between a class, and an object. You'll know how objects are constructed and what exactly happens when the program is run. We'll also go over important OOP techniques such as inheritance and polymorphism.

    By the end of this course you'll be ready to work with multiple classes in java and be prepared to take the more challenging and top ranked course: Master Object Oriented Design in Java - HW + Solutions