• A Modify the base EDT directly to change the String size property to 17.
  • B Create a new EDT derived from the existing one and set the String size property to 17.
  • C Extend the existing EDT and set the String size property to 17.
  • D Extend the existing EDT and set the String size property to a value less than the base EDT value.