Closed fans2619 closed 3 years ago
Am I right to say the delete here is not a method call?
delete
@fans2619 it could be, if the programming language supports object deletion (Java doesn't).
Ah okay I see! Thanks prof!
Am I right to say the
delete
here is not a method call?