dynamic object - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

dynamic object - перевод на Английский

OPERATING SYSTEM
OOOS; Ooos; Dynamic object creation; Choices (operating system)

dynamic object      
dynamisch object, object dat verbindt met een ander document
direct object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
lijdend voorwerp
indirect object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
indirect object, lijdend voorwerp

Определение

object
n.
1.
Thing, reality, particular, existence, fact, phenomenon, percept, thing perceived, external reality.
2.
Mark, aim, target, butt; goal, end, destination; recipient, correlate, or complement (of a conscious subject).
3.
End, aim, intent, intention, purpose, design, motive, use, view, drift, goal, final cause.
4.
(Gram.) Regimen, complement.

Википедия

Object-oriented operating system

An object-oriented operating system is an operating system that is designed, structured, and operated using object-oriented programming principles.

An object-oriented operating system is in contrast to an object-oriented user interface or programming framework, which can be run on a non-object-oriented operating system like DOS or Unix.

There are already object-based language concepts involved in the design of a more typical operating system such as Unix. While a more traditional language like C does not support object-orientation as fluidly as more recent languages, the notion of, for example, a file, stream, or device driver (in Unix, each represented as a file descriptor) can be considered a good example of objects. They are, after all, abstract data types, with various methods in the form of system calls which behavior varies based on the type of object and which implementation details are hidden from the caller.

Object-orientation has been defined as objects + inheritance, and inheritance is only one approach to the more general problem of delegation that occurs in every operating system. Object-orientation has been more widely used in the user interfaces of operating systems than in their kernels.