Computer Science, asked by vijayvigneshrajan, 5 months ago

Which variables are created when an object is created with the use of the keyword
'new' and destroyed when the object is destroyed?

Answers

Answered by feroz15
1

Explanation:

Instance variables are created when an object is created with the use of the keyword 'new' and destroyed when the object is destroyed

Similar questions