释义 |
Objective Modula-2 Objective Modula-2 (language)(Or "ObjM2") An extension to Modula-2 for Cocoaand GNUstep software development. Objective Modula-2follows the Objective-C object model and retains thebracketed Smalltalk message passing syntax used inObjective-C. Classes written in ObjM2 can be used within ObjCand vice versa. ObjM2 also retains Modula-2's data encapsulation features, namely nested modules with explicitimport and export lists. Due to the strict type checkingin Modula-2, ObjM2 can be considered a much safer programminglanguage than is ObjC, yet losing none of the capabilities ofObjC. |