单项选择题

下列选项中的接口声明正确的是______。

A.interface Shape{...}
B.abstract private interface Shape extends Area{...}
C.private interface Shape{...}
D.protected privated interface;