Develop and test code - Quiz

  • AEDTs are more easily compiled.
  • BEDTs are reusable throughout the system.
  • CThe code is easy to read.
  • DProperties can be inherited from parent EDTs.
  • APolymorphism
  • BInheritance
  • CEncapsulation
  • DAbstraction
  • ABy using the dynamic keyword followed by the array declaration.
  • BBy using the var keyword followed by the array declaration.
  • CBy using an empty array option, i.e., with only brackets ([]).
  • DBy using the flexible keyword followed by the array declaration.