A disposable object by virtue of being disposable has resources. Resources can be managed or unmanaged. Managed resources could most easily be disposed if they were added to a container. Any object that is disposable should have a container for disposable objects.
That is all.
John.