Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
O O& O- O2 OA OB OC OD OE OF OG OH OI OL OM ON OO OP OR OS OT OU OV OW OX OZ

object-oriented programming

 
 
object-oriented programming (OOP) The use of a class of programming languages and techniques based on the concept of an "" which is a data structure () encapsulated with a set of routines, called "", which operate on the data. Operations on the data can _only_ be performed via these methods, which are common to all objects that are instances of a particular "". Thus the interface to objects is well defined, and allows the code implementing the methods to be changed so long as the interface remains the same. Each class is a separate and has a position in a "". Methods or code in one class can be passed down the hierarchy to a or inherited from a . This is called "". A call is described as invoking a method on an object (which effectively becomes the procedure's first ), and may optionally include other arguments. The method name is looked up in the object's class to find out how to perform that operation on the given object. If the method is not defined for the object's class, it is looked for in its superclass and so on up the class hierarchy until it is found or there is no higher superclass. OOP started with around 1970 and became all-pervasive with the advent of {C++}, and later . Another popular object-oriented programming languages (OOPL) is , a seminal example from Xerox's Palo Alto Research Center (PARC). Others include , , , , , , , , , , , , and . Other languages, such as and , permit, but do not enforce OOP. {FAQ (http://iamwww.unibe.ch/~scg/OOinfo/FAQ/)}. {(http://zgdv.igd.fhg.de/papers/se/oop/)}. {(http://cuiwww.unige.ch/Chloe/OOinfo)}. newsgroup: {news:comp.object}. (2000-10-10)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11