单项选择题

A.public class Test{}
B.public abstract interface Test{};
C.public abstract class Test{}
D.public abstract Test;