Hello! ✌️
List some applications of oop's???
Answers
Answered by
11
Hello :D ✨
Some applications of oop's are :
. Abstractions
. Class
. Inheritance
. Procedure
. Object
HOPE IT HELPS
❤️❤️❤️
Answered by
7
✯10 Applications of Object✯
Oriented Programming
10 Applications of Object Oriented Programming
Object-Oriented Programming (OOP) is a programming language model that revolves around objects and not actions. Historically, it was viewed as a procedure that takes input, processes the data and gives output. Web developers across the world learn Object-Oriented Programming with Python to achieve many goals. If you are new to the game, here are some basic concepts of OOP:
Basic Concepts of Object Oriented Programming
Abstraction
It is the process of picking out (abstracting) similar characteristics of procedures and objects.
❥Class
It means categorizing objects. A class defines all the common traits of the numerous objects that fall under it.
❥Encapsulation
It is defined as wrapping the data under a single, consolidated unit. In OOP, it is defined as binding data with a function that manipulates it.
❥Inheritance
It is defined as the ability of one class to derive its characteristics from another class.
❥Interface
It comprises the languages and the codes used by various applications to communicate with each other.
❥Object
It is an entity that is self-contained. It consists of data as well as procedures.
❥Polymorphism
It refers to a programming language’s ability to process objects uniquely according to their data type and/or class.
❥Procedure
It is a part of a program performing a specific task.
❥Message Passing
It is a form of communication that is used in parallel programming and OOP.
hope its help ✌️✌️
Similar questions