Member-only story
OOPS Concepts in Java
Hello Everyone, in this article we will examine the concepts of OOP. I believe it will be enjoyable. Let’s start!.
I mentioned a little bit in my previous post. OOP really describes the workings of the software world and Objects are the building blocks of Object Oriented Programming. An object contains some properties and methods. It gives us a really nice way to save software clutter. So it is very easy to design, understand, design, maintain and update. So what are these concepts? If you want, let’s see together.
What is OOPS Concepts?
Core OOPS concepts are:
1. Abstraction
2. Encapsulation
3. Polymorphism
4. Inheritance
5. Association
6. Aggregation
7. Composition
I will write these Concepts one by one in a single article. I will share these links below. I will explain each concept and leave the link for the next concept below. In this article, I will leave the link of the first concept. :))