Please explain the concept of oops
Answers
ANSWER :-
☛ Object Oriented programming is a programming style which is associated with the concepts like class, object, Inheritance, Encapsulation, Abstraction, Polymorphism. Most popular programming languages like Java, C++, C#, Ruby, etc. follow an object oriented programming paradigm. As Java being the most sought-after skill, we will talk about object-oriented programming concepts in Java. An object-based application in Java is based on declaring classes, creating objects from them and interacting between these objects. I have discussed Java Classes and Objects which is also a part of object-oriented programming concepts, in my previous blog. In this blog, we will understand the below core concepts of Object oriented Programming in the following sequence:
1. Inheritance
2. Encapsulation
3. Abstraction
4. Polymorphis