1.
You work in an International company which is called DONEX. And you're in charge of the network of your company. When a new object is created, where do you place cocde to be executed?
2.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Where do you specify if a class extends another class?
3.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Variables to be used from any method of a class must be eclared in:
4.
You work in an International company which is called DONEX. And you're n charge of the network of your company. In the following options, which is not true about a class that nherits another class? (choose more than one)
5.
You work in an International company which is called DONEX. And you're in charge of the network of your company. And you work as the systems developer. Now you have to determine why the code above does not compile. MyClass extends RunBaseBatch. So what may causes this problem?Static void main(args _args) {myClass myClass; ; myClass = new myClass(_args.parm()); if (myClass.prompt()) myClass.run(); }
6.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about how labels are stored in Microsoft Dynamics AX. So what's your answer?
7.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He doesn't know what the correct syntax for instantiating a class is. So what's your answer?
8.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He doesn't know how values from the enum LedgerAccountType can be assigned to variables. So what's your answer?
9.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about which is not a composite data type in X++. So what's your answer?

 
10.
You work in an International company which is called DONEX. And you're in charge of the network of your company. Now one of your colleagues asks for your help. He has no idea about what kind of data can be returned from a method. So what's your answer?