Skip to content

This unit is meant to teach the basics of Object Oriented Programming in Java

Notifications You must be signed in to change notification settings

cesjds/oop-unit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming

forthebadge

forthebadge forthebadge

What is OOP?

The main ideas behind Java's Object-Oriented Programming, OOP concepts include abstraction, encapsulation, inheritance and polymorphism. Basically, Java OOP concepts let us create working methods and variables, then re-use all or part of them without compromising security. This repo is from 2021 and the contents are outdated and not up to date with the current status of the course.

About

This unit is meant to teach the basics of Object Oriented Programming in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages