C++ classes

C++ classes

Jesse Russell Ronald Cohn

     

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



ISBN: 978-5-5107-3614-4

High Quality Content by WIKIPEDIA articles! The C++ programming language allows programmers to separate program-specific datatypes through the use of classes. Instances of these datatypes are known as objects and can contain member variables, constants, member functions, and overloaded operators defined by the programmer. Syntactically, classes are extensions of the C struct, which cannot contain functions or overloaded operators.