Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 674 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 674 Bytes

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.