(a) occasionally one encounters the suggestion that a garbage-collected language should provide a delete operation as an optimization: by explicitly delete - ing objects that will never be used again, the programmer might save the garbage collector the trouble of finding and reclaiming those objects automat- ically, thereby improving performance. what do you think of this suggestion? explain.