Class (computer programming)

Class (computer programming)

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5093-0590-0

High Quality Content by WIKIPEDIA articles! In object-oriented programming, a class is a construct that is used to create instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members which enable its instances to have state and behavior. Data field members (member variables or instance variables) enable a class instance to maintain state. Other kinds of members, especially methods, enable the behavior of class instances. Classes define the type of their instances.