SAS Programming Quiz

Test your knowledge of SAS programming including DATA steps, input/output, variables, loops, formats, and procedures

5 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The same method name , same argumentlist But different return type is called as

  1. overload method
  2. override method
  3. ploymorphism
  4. none
Question 2 True/False

Local variables do Not get a default value

  1. True
  2. False
Question 3 True/False

Is instance variables are overriden?

  1. True
  2. False
Question 4 True/False

is it possible to declare the abstract class referece type?

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

What is the super calss of class?

  1. Nothing
  2. Class object
  3. class
  4. calss reference