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
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