单项选择题

下列哪个类声明是正确的 ( )

A.abstract final class H1 {...}
B.abstract private move(){...}
C.protected private number
D.public abstract class Car{...}