以下对接口描述错误的有( )
A)接口没有提供构造方法
B)接口中的方法默认使用public、abstract修饰
C)接口中的属性默认使用public、static、final修饰
D)接口不允许多继承