Static vs Dynamic Type Checking - Quiz

  • ADifferent types
  • BNone of the options
  • COnly one type
  • Alength: number
  • Bstatic length=12
  • Cvar lengthC='1'
  • Dlength=12
  • Aany
  • Bstring
  • CNone of the options
  • Dboolean
  • ACast a reference of a base class to one of its derived classes
  • BReassign the type of data
  • CCast to a supertype
  • DRecord the intended contract of the function or variable
  • AVariables
  • BData
  • CPredefined Functions
  • DRules
  • Aenum Enum {}
  • Bconst enum DNA {}
  • Cdeclare enum Enum {}
  • DAll the options
  • AObject
  • BFunctions
  • CClass
  • DTemplate