____ returns true if this object has been destroyed, otherwise returns false

24. ____ returns true if this object has been destroyed, otherwise returns false.

  1. Destroy()
  2. Destroy!()
  3. Delete!()
  4. Destroyed?()

Answer: D) Destroyed?()

Explanation:

destroyed?() returns true if this object has been destroyed, otherwise returns false.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.