单项选择题

A.将private intm改为protectedint m
B.将private int m改为public int m
C.将private int m改为static int m
D.将private int m改为int m