-->

Friday, June 28, 2019

Object Oriented Programming

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields (often known as attributes), and code, in the form of procedures (often known as methods). 


  •  OOP languages are diverse, but the most popular ones are class-based, meaning that objects

  • Many of the most widely used programming languages (such as C++, Java, Python, etc.) are multi-paradigm and they support object-oriented programming to a greater or lesser degree, typically in combination with imperative, procedural programming.

  •  Significant object-oriented languages include JavaC++C#PythonPHPJavaScriptRubyPerlObject PascalObjective-CDartSwiftScala,Common LispMATLAB, and Smalltalk.
    Object Oriented Programming
    Object Oriented Programming

0 Comments:

Post a Comment