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