Example "2. Mapping with defined mapping functions" has an inconsistency problem. It starts by declaring class B with attribute full_name but afterwards the example only refers to B.name. From the context it appears that B.name is indeed used to store the full name, which indicates that there is a naming inconsistency in the examples.
Example "2. Mapping with defined mapping functions" has an inconsistency problem. It starts by declaring class
B
with attributefull_name
but afterwards the example only refers toB.name
. From the context it appears thatB.name
is indeed used to store the full name, which indicates that there is a naming inconsistency in the examples.