|
:Z++ is also a version of the C++ programming language (not to be confused with ''Z++'' that this article is about). Z++ (pronounced ''zed plus plus'') was an object-oriented extension to the Z specification language. Z++ is an object-oriented extension to the Z specification language, allowing for the definition of classes, and the relation of classes through inheritance, association or aggregation. The primary construct of Z++ is a class. A Z++ class consists of a number of clauses which are optional. Z++ Class Structure: ''CLASS ClassName (List_of_attributes ) (constant_definitions ) (type_declaration ) (list_of_super_classes ) (list_of_state_change_operations_definitions ) (list_of_query_operations_definitions ) (all_operations_declarations ) (predicates ) (RTL_predicates ) END CLASS'' ==See also== * Objective-Z 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Z++」の詳細全文を読む スポンサード リンク
|