下列【1】、【2】、【3】、【4】注释标注的哪行代码有错误?interface Com {int MAX = 100; //【1】void f();}abstract class Animal implements Com {int MIN ;//【2】}class Dog extends Animal{public void f() {MIN = 10;//【3】MAX = 200;//【4】}}
A. 【1】
B. 【2】
C. 【3】
D. 【4】
查看答案
下列【1】、【2】、【3】、【4】注释标注的哪行代码有错误?public interface Com {abstract void cry();//【1】public int x = 0;//【2】static int y = 0;//【3】}abstract class Cat implements Com {abstract void cry();//【4】}
A. 【1】
B. 【2】
C. 【3】
D. 【4】
all of the following are objectives of internal control except
A. to safeguard assets
B. to ensure accurate and reliable accounting records
C. to maximize net income
D. to comply with legal requirements
all of the following are internal control procedures except
A. Sarbanes-Oxley reforms
B. assignment of responsibilities
C. internal and external audits
D. adequate records
Requiring that an employee with no access to cash do the accounting is an example of which characteristic of internal control?
A. Monitoring of controls
B. Separation of duties
C. Assignment of responsibility
D. Competent and reliable personnel