Which variables are created when an object is created with the use of the keyword ‘new’ and destroyed when the object is destroyed? April 21, 2025January 23, 2021 A. Local variables B. Instance variables C. Class Variables D. Static variables Show AnswerAnswer = Option B