Move one gameobject to another

I have a empty gameobject and I would like to relocate other objects to it, How can I do this?

It depends on when and how you want this to occur.

For instant teleportation all you need is objectYouWantToMove.transform.position = objectYouWantToMoveItTo.transform.position;