About: C++ classes

An Entity of Type: company, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A class in C++ is a user-defined type or data structure declared with keyword class that has data and functions (also called member variables and member functions) as its members whose access is governed by the three access specifiers private, protected or public. By default access to members of a C++ class is private. The private members are not accessible outside the class; they can be accessed only through methods of the class. The public members form an interface to the class and are accessible outside the class.

Property Value
dbo:abstract
  • توفر لغة السي++ إمكانية البرمجة الكائنية أو الشيئية، والتي تقوم على أساس تصميم نوع بيانات يحمل تحته وظائف ومتغيرات خاصة به لتنفيذ غرض معين. تعتبر لغة السي++ من أوائل اللغات التي قدمت البرمجة الكائنية.Object-oriented programming#History * كما الحال مع بقية لغات البرمجة التي تدعم البرمجة الكائنية (الشيئية)، فإن كائنات سي++ يمكنها أن تورث وتورث (بالإنجليزية: وراثة (حوسبة))، ويمكنها أن تتعدد كائنيًا (بالإنجليزية: Polymorphism)، وأن تُقولب (بالإنجليزية: التحويل في c++) من وإلى أنواع مختلفة من البيانات، وغيرها من الخصائص التي سيتطرق لها لاحقًا. (ar)
  • A class in C++ is a user-defined type or data structure declared with keyword class that has data and functions (also called member variables and member functions) as its members whose access is governed by the three access specifiers private, protected or public. By default access to members of a C++ class is private. The private members are not accessible outside the class; they can be accessed only through methods of the class. The public members form an interface to the class and are accessible outside the class. Instances of a class data type are known as objects and can contain member variables, constants, member functions, and overloaded operators defined by the programmer. (en)
  • Клас в С++ - це визначений користувачем тип або структура даних, оголошена ключовим словом class , яка містить дані (поля) і функції (методи) як свої члени, доступ до якої регулюється трьома : private, public, protected (за умовчанням - private). Private-члени не доступні за межами класу, вони доступні тільки через методи класу. Public-члени є доступними і поза класом. Екземпляри класу називаються об'єктами, вони можуть містити змінні, константи, функції і перевантажені оператори, визначені програмістом. (uk)
  • C++程序设计允许程序员使用类(class)定义特定程序中的数据类型。这些数据类型的实例被称为对象,这些实例可以包含程序员定义的成员变量、常量、成员函数,以及重载的运算符。语法上,類似C中结构体(struct)的扩展,C中结构体不能包含函数以及重载的运算符。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3874572 (xsd:integer)
dbo:wikiPageLength
  • 29871 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1121654270 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • توفر لغة السي++ إمكانية البرمجة الكائنية أو الشيئية، والتي تقوم على أساس تصميم نوع بيانات يحمل تحته وظائف ومتغيرات خاصة به لتنفيذ غرض معين. تعتبر لغة السي++ من أوائل اللغات التي قدمت البرمجة الكائنية.Object-oriented programming#History * كما الحال مع بقية لغات البرمجة التي تدعم البرمجة الكائنية (الشيئية)، فإن كائنات سي++ يمكنها أن تورث وتورث (بالإنجليزية: وراثة (حوسبة))، ويمكنها أن تتعدد كائنيًا (بالإنجليزية: Polymorphism)، وأن تُقولب (بالإنجليزية: التحويل في c++) من وإلى أنواع مختلفة من البيانات، وغيرها من الخصائص التي سيتطرق لها لاحقًا. (ar)
  • Клас в С++ - це визначений користувачем тип або структура даних, оголошена ключовим словом class , яка містить дані (поля) і функції (методи) як свої члени, доступ до якої регулюється трьома : private, public, protected (за умовчанням - private). Private-члени не доступні за межами класу, вони доступні тільки через методи класу. Public-члени є доступними і поза класом. Екземпляри класу називаються об'єктами, вони можуть містити змінні, константи, функції і перевантажені оператори, визначені програмістом. (uk)
  • C++程序设计允许程序员使用类(class)定义特定程序中的数据类型。这些数据类型的实例被称为对象,这些实例可以包含程序员定义的成员变量、常量、成员函数,以及重载的运算符。语法上,類似C中结构体(struct)的扩展,C中结构体不能包含函数以及重载的运算符。 (zh)
  • A class in C++ is a user-defined type or data structure declared with keyword class that has data and functions (also called member variables and member functions) as its members whose access is governed by the three access specifiers private, protected or public. By default access to members of a C++ class is private. The private members are not accessible outside the class; they can be accessed only through methods of the class. The public members form an interface to the class and are accessible outside the class. (en)
rdfs:label
  • كائنات (سي++) (ar)
  • C++ classes (en)
  • Класи C++ (uk)
  • C++类 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License