object-oriented programming (oop)

  • 81GridWorld — is a computer program case study written in Java for use with the AP Computer Science program. [Horstmann, Cay. [http://www.horstmann.com/gridworld/ GridWorld .] horstmann.com . Accessed September 15, 2008.] It serves as an example of object… …

    Wikipedia

  • 82GUI widget — This article is about reusable components for building user interfaces. For small desktop/web applications, see widget engine. For other uses, see widget (disambiguation). Various widgets …

    Wikipedia

  • 83OO — or oo may refer to: Oo (digraph), a digraph in orthography Oô, a commune in France OO gauge, a 1:76.2 modelling scale in model railroading ‘Ō‘ō, an extinct bird of the genus Moho Object oriented programming (OOP), a computer programming paradigm… …

    Wikipedia

  • 84Actor (disambiguation) — An actor is a person who plays a role in theater, cinema or television.Actor can also mean: * Actants, also called actors, is, in actor network theory (a general theory of sociological behaviour), the one who performs the act. * In Interactions… …

    Wikipedia

  • 85объектно-ориентированное программирование — Метод построения программ как совокупностей объектов и классов объектов, которые могут вызывать друг друга для выбора и выполнения операций. Примечание Объекты состоят из данных и операций над данными. [ГОСТ 19781 90] объектно ориентированное… …

    Справочник технического переводчика

  • 86Objektorientierte Programmierung — Die objektorientierte Programmierung (kurz OOP) ist ein auf dem Konzept der Objektorientierung basierendes Programmierparadigma. Die Grundidee dabei ist, Daten und Funktionen, die auf diese Daten angewandt werden können, möglichst eng in einem… …

    Deutsch Wikipedia

  • 87Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… …

    Wikipedia

  • 88Python syntax and semantics — The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers). Python was designed to be a highly readable language. It aims… …

    Wikipedia

  • 89Circle-ellipse problem — The circle ellipse problem in software development (sometimes known as the square rectangle problem) illustrates a number of pitfalls which can arise when using subtype polymorphism in object modelling. The issues are most commonly encountered… …

    Wikipedia

  • 90Reification (computer science) — Reification is the act of making an abstract concept or low level implementation detail of a programming language accessible to the programmer.For example, * the C programming language reifies the low level detail of memory addresses * the Scheme …

    Wikipedia