Computer Science, asked by saurabhkrsharma7098, 1 year ago

What are the basic concepts of OOP?

Answers

Answered by 1Anushka12
3
Hey mate here is your answer⤵⤵

OOP concepts in Java are the main ideas behind Java's Object Oriented Programming. They are an abstraction, encapsulation, inheritance, and polymorphism. Grasping them is key to understanding how Java works.

Hope this answer will help you!!

ps186136: OOP concepts in Java are the main ideas behind Java's Object Oriented Programming. They are an abstraction, encapsulation, inheritance, and polymorphism. Grasping them is key to understanding how Java works.
Answered by Anonymous
3
Here is ur answer:

Principles of OOP

1)Objects

The objects make up a class.

2)Class.

Class is a set of objects which is similar in state and behaviour.

Abstraction

It is the process of hiding essential features or hiding of background details.

2) Encapsulation

The process of wrapping up of data and functions into a single unit called class.

3)Data hiding

It is the process of hiding data.

4) Polymorphism

In this parent class reference is used to refer to a class child object.

:)

✈Hope this helps you❣❣

✌✌✌

Pls mark my answer as brainliest ☺ ☺.

#Alwayshelps#@
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

Anonymous: pls mark my answer as brainliest ☺ ☺
Similar questions