回复 老兵帅客 的帖子 8 B1 _6 B0 V0 g' O3 d6 l3 Z2 K7 ?$ z6 X F2 M8 @
在wikipedia上搜了一下reflection C++。 % G. t! x$ `8 s ? j
Qt/C++ 3 g1 t% h* S6 W7 |) u# L0 T$ @" A- I- B: P0 j" D% @
Qt framework extends C++ with its meta-language and provides reflection ability of member/method reference and query by name for Qt objects with QMetaObject class, which contains meta-information about the Qt objects.
Objective-C is a reflective, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.