About 521,000 results
Open links in new tab
  1. Object-oriented programming - Wikipedia

    Object-oriented programming (OOP) is a programming paradigm based on the object [1] – a software entity that encapsulates data and function (s).

  2. Object-oriented programming - Simple English Wikipedia, the ...

    Object-oriented programming (OOP) is a way of writing computer programs using "objects" to stand for data and methods. Often, computer programs that are not object-oriented are a list of instructions for …

  3. Inheritance (object-oriented programming) - Wikipedia

    In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object (prototype-based inheritance) or class (class-based inheritance), retaining similar …

  4. List of object-oriented programming languages - Wikipedia

    This is a list of notable programming languages with features designed for object-oriented programming (OOP). The listed languages are designed with varying degrees of OOP support.

  5. Class (programming) - Wikipedia

    Object-oriented programming methodology dictates that the operations of any interface of a class are to be independent of each other. It results in a layered design where clients of an interface use the …

  6. Object (computer science) - Wikipedia

    In purely object-oriented programming languages, such as Java and C#, all classes might be part of an inheritance tree such that the root class is Object, meaning all objects instances of Object or …

  7. Java (programming language) - Wikipedia

    Java is a high-level, general-purpose, memory-safe, object-oriented programming language. It is intended to let programmers write once, run anywhere (WORA), [17] meaning that compiled Java …