Tag: programming languages

Questions Related to programming languages

  1. you must place %DO and %END statements around code that describes the conditional action, if that code contains multiple statements.

  2. the %ELSE statement is optional.

  3. you cannot refer to DATA step variables in the logical expression of the %IF statement.

  4. all of the above.


Correct Option: D
  1. When a method in a class overrides a method in a superclass

  2. When a method in an interface overrides a method in a superinterface

  3. For overridden constructors

  4. When a method in a class implements a method in an interface


Correct Option: A,B,D
  1. Alphabetical order

  2. Random. No order.

  3. Argument-declaration order

  4. Based on the datatype


Correct Option: C