OOP
Pasindu Jayasundara
Full-Stack Software Engineer (UG) | BICT (UG) | Freelancer | Postman Student Expert | AIESECer | Gaveller
Object Oriented Programming is not a completely new concept since it has been around since like 1960s. the earliest implementation of the concept was using Simula programming language at around 1967.
With the time, OOP became an essential part of programming since it gives lots of advantages compared to the previously available concepts like Procedural Programming and Structured Programming. OOP provides ways to simulation lots of real-world situations like relationships, entities, inheritance, so.. its quite interesting to understand how this works and how can we get out hands on this.
OOPC
One of the key thing we need to understand is OOPC (Object Oriented Programming Concepts). These concepts provides ways to interact with components in the OOP. These concepts includes:
From next article, let's look into each one of these concepts with Java Programing Language examples.