多选题
You need to create a class to store information about books contained
in a library. What variable scope is best suited for the variable that will
store the title of a book?
- A. Local variable
- B. Static variable
- C. Global variable
- D. Method parameter
- E. Instance variable