
Ethan D. answered 01/19/22
Software Engineer at Bio-Technology Corporation
The Answer is D).
In order to reuse code in other parts of your software you need the Use whats called a Class. A class usually contains functions that are called a Method. The code would not have compiled if your were trying to execute a private method. (a private function).