Question:You are implementing a custom Installer class. If the installation fails, you need to remove any files that were copied over during the installation attempt. In which method should you write the code to remove the files?
A Install
B Commit
C Rollback
D Uninstall
+ AnswerC
+ Report