When an object is intended to set and manage properties, where should those properties be stored?
A. An array as a local variable in a method.
B. Instance variables.
C. The main method of the program.
D. An off-site database.