131. Ownership

Question.6

A firmware system has these relationships:

class System {
   std::unique_ptr<UART> uart; // A
   Sensor sensor;               // B
   I2C_Bus& bus;               // C
};

Match each member to its ownership type:

Need Help? Refer to the Quick Guide below

Select Answer