What is the output of the given code?
A. Compiler error
B. 0505
C. Smooth
D. 0.0

Answer:
The answer is A. Compile error
Explanation:
In the class Fabric, fabricID has private access. You can only print out out private variables in the class or function they are assigned in.
ps: sorry if I am wrong, I am kind of new to java