Functions / Methods in Programming Languages - Quiz

  • ALong wrapper class
  • B character wrapper class
  • CBoolean wrapper class
  • DNone of these
  • ACall by reference
  • BCall by value
  • CCall by argument
  • DCall by method
  • AInteger wrapper class
  • BCharacter wrapper class
  • CBoolean wrapper class
  • DNone of these
  • Achar check()
  • Bvoid check (int x)
  • Ccheck (int x)
  • Dchar check (int x)
  • AImpure method
  • BPure method
  • CPrimitive method
  • DUser defined method