⟩ finalize( ) is only called just prior to _________A) InitialisationB) RuntimeC) Garbage CollectionD) None of the above
Ans is : Garbage Collection
b'coz the finalize() method is called by the garbage collector when it determines no more references to the object exist.