Computer Science, asked by leonislamofficial123, 8 months ago

What is "Object Oriented Approach" in Javascript?

Answers

Answered by Anonymous
2

\huge\sf{\underline{\underline{\pink{Answer:-}}}}

In an object-oriented approach, objects are viewed as little worlds of their own, and the outside world may touch them only through a limited and well-defined interface, a number of specific methods and properties.

──────────────────────────────────────────

Answered by Mohit101172
1

Explanation:

Object Oriented Programming (OOP) refers to using self-contained pieces of code to develop applications. We call these self-contained pieces of code objects, better known as Classes in most OOP programming languages and Functions in JavaScript. We use objects as building blocks for our applications. In the object-oriented approach, the focus is on capturing the structure and behavior of information systems into small modules that combines both data and process. The main aim of Object Oriented Design (OOD) is to improve the quality and productivity of system analysis and design by making it more usable.

If you like my answer then like, comment and vote

Always Stay Positive and Stay Happy

Similar questions