1
edit
Changes
→Responsibilities: Updated responsibilities for data.
=== Responsibilities ===
CField is responsible for implementing the data setter/getter. As described above, it should have implement the functions:* void* data() const* void data(void*)These functions should do nothing more than get and set an private void* data member. Child classes should access the data member through the data getter and setter.
== CLabel ==