Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by JohanStuyts: http://wiki.apache.org/thrift/ThriftTypes The comment on the change is: Added that inheritance is not supported for structs as this is a FAQ ------------------------------------------------------------------------------ = Structs = - Thrift structs define a common object -- they are essentially equivalent to classes in OOP languages. A struct has a set of strongly typed fields, each with a unique name identifier. Fields may have various annotations (numeric field IDs, optional default values, etc.) that are described in the ["ThriftIDL"]. + Thrift structs define a common object -- they are essentially equivalent to classes in OOP languages, but without inheritance. A struct has a set of strongly typed fields, each with a unique name identifier. Fields may have various annotations (numeric field IDs, optional default values, etc.) that are described in the ["ThriftIDL"]. = Containers =
