Similar to... | But different because... |
Detach |
Detach removes an attachment between two objects, whereas
Release frees an object from
its confinement in a container.
|
Take-Apart |
Take-Apart disassembles an object by removing all of its parts, whereas
Release frees an object from its confinement in a container.
|
Break-Contact |
Break-Contact terminates the contact between two objects.
|
Unobstruct |
Unobstruct is more general than Release.
Unobstruct allows some object to move more freely, whereas
Release (more specifically) frees an object from
its confinement in a container.
|
Move-Out-Of |
Release allows an object to move out of a container, whereas
Move-Out-Of is the act of actually doing it.
|