| << Prev | Object Prevalence | Next > > |
|
Customer c("Joe"); Clientele clients; clients.addCustomer(c); |
Result:
|
<object id="0" type="Customer"> <property type="string" value="Joe"> </object> <object id="1" type="Clientele"> <property type="ref" object="0"> </object> |