English, asked by abhijeetsrmmht, 7 days ago


Explain the various concepts of object oriented programming.​

Answers

Answered by Ayansiddiqui12
1

Explanation:

  • concepts in Java are the main ideas behind Java's Object Oriented Programming. They are an 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.

The basic Object-oriented programming concepts are:

  • Inheritance. Inheritance can be defined as the process where one (parent/super) class acquires the properties (methods and fields) of another (child/sub). ...
  • Polymorphism. ...
  • Abstraction. ...
  • Encapsulation.
Answered by kanakrawat522
0

Answer:

object oriented programming is a type of programming which uses objects and classes its functioning. the object oriented programming is based on Real world entities like inheritance, polymorphism, Data Hiding, etc.

Similar questions