Select Answer
No -- two functions with the same name cause a linker error
Yes -- namespaces provide separate scopes; UART::init and SPI::init are distinct symbols
UART::init
SPI::init
Yes -- but only if they have different parameter lists (overloading)
No -- namespaces cannot contain functions