• A Create a new view that duplicates the original and add the data entity there.
  • B Create a view extension and add the new data entity.
  • C Directly modify the source code of the original view to add the data entity.
  • D Use a class extension to inject the new data entity into the original view.
  • Share this MCQ