Select Answer
Performance improvement -- hiding methods makes them faster
Security -- the password is encrypted
The user calls one simple function without knowing it triggers 50 SPI transactions, TCP handshake, and socket management -- complexity is hidden behind a clean interface
Memory savings -- hidden functions use less RAM