Computer Science, asked by marisnitaswlal, 1 year ago

Please explain the concept of oops

Answers

Answered by Anonymouslyfamous
0
Object oriented programming software.......

Answered by MrTSR
0

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

Similar questions