^^
This is not correct. Your coins aren't stored in your wallet but in the blockchain as unspent tx outputs. A wallet is just a tool to interact with the blockchain using your keypairs (public and private keys).
In fact, you don't even need a wallet to send/receive bitcoin, you can use a tool such as
coinb.in to create the raw transaction, sign it then broadcast it to the network.