Introduction to object oriented programing

java programming and the eclipse IDE.

This course is designed for beginner-level programmers who want to learn object-oriented programming. the course will cover all topics of introduction to programming I and introduction to programming II usually taught in university. The course will also cover writing simple data structures and sorting algorithms. In future lectures, we will introduce more advanced data structures, such as binary search trees and hashing tables. The objective of this video series is to give aspiring programmers all the necessary tools to kick start their learning journey. We will cover not only how to write code, but also the inner workings of the machines on which we code in order to prepare students for success in the field.

What you’ll learn

  • Data types, operators, control statements, loops, break and continue.
  • Arrays, methods, String manipulation, recursive methods.
  • classes, objects, using objects, constructors, getters, setters, to string method,.
  • Inheritance, Polymorphism, Abstract Classes, Interfaces..
  • Exception handling, Open/read/write files, GUIs.
  • writing and using simple data structures, array lists.
  • learning how to think, research and plan out projects as a programmer.
  • in later lectures, working with more advances data structures (binary search trees, hash tables).
  • in later lectures, sorting algorithms.

Course Content

  • Introduction –> 3 lectures • 17min.
  • The basics –> 10 lectures • 1hr 24min.
  • Arrays, Methods, and String Manipulation –> 10 lectures • 2hr 2min.
  • Classes and inheritance –> 8 lectures • 1hr 29min.
  • Exceptions, files, GUIs and Array Lists –> 4 lectures • 1hr 4min.
  • City Database Project –> 11 lectures • 1hr 48min.
  • Sorting Algorithms –> 5 lectures • 37min.

Auto Draft

Requirements

This course is designed for beginner-level programmers who want to learn object-oriented programming. the course will cover all topics of introduction to programming I and introduction to programming II usually taught in university. The course will also cover writing simple data structures and sorting algorithms. In future lectures, we will introduce more advanced data structures, such as binary search trees and hashing tables. The objective of this video series is to give aspiring programmers all the necessary tools to kick start their learning journey. We will cover not only how to write code, but also the inner workings of the machines on which we code in order to prepare students for success in the field.

 

the teaching method used for this video series is a learn by example approach. we first cover the topic at hand, we will then write some code for visualization purposes, and finally assign students mini projects for them to work on solo. After the students complete the project, we will cover the solutions together.

 

when the lecture portion of this course is complete, we will then work on larger projects together in order to cement the programming process and ensure students learn how to think like a programmer instead of just writing code.

 

list of topics:

hello world program.

the programming process.

data types.

mathematical operators.

comparison operators.

Logical operators.

control statements (if / else if / else, switch).

Loops (for, while)

break, continue, return.

Arrays.

methods,

String manipulation.

Recursive methods.

Classes.

class anatomy and utility.

inheritance.

abstracts classes.

abstract methods.

interfaces.

polymorphism.

Exception handling.

GUIs.

Array-Lists.

Read / Write to txt files.

end of semester project (city database).

 

planned future lectures:

sorting algorithm.

using data Structures (in city database project).

Get Tutorial