Question.6
A developer designs a sensor driver. Which approach produces better abstraction?
Select Answer
Both produce identical results
Approach A -- implementation first ensures correctness
Approach A -- you cannot write usage code before implementation
Approach B -- designing the API from the user's perspective ensures the abstraction is clean, intuitive, and hides the right details