Which two declarations prevent the overriding of a method?()
- A、 Final void methoda() {}
- B、 Void final methoda() {}
- C、 Static void methoda() {}
- D、 Static final void methoda() {}
- E、 Final abstract void methoda() {}
正确答案:A,D
答案解析:有
微信扫一扫手机做题
Which two declarations prevent the overriding of a method?()
微信扫一扫手机做题