Social

What is Object-Oriented Programming

Image result for What is Object-Oriented Programming

Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.
In this way, the data structure becomes an object that includes both data and functions.
In addition, programmers can create relationships between one object and another.
For example, objects can inherit characteristics from other objects.
including the four pillars of object-oriented development:
  Encapsulation
  Data hiding
  Inheritance
  Polymorphism
_________________________

Related Posts

Subscribe Our Newsletter

0 Comments to "What is Object-Oriented Programming"

Post a Comment