问题:
[单选题]Which of the following statements about inheritance is incorrect?
ASubclasses can override member variables of the parent class
BSubclasses inherit all member variables and methods of the parent class
CSubclasses can add member variables and methods
DSubclasses can override member methods of the parent class