Multiple choice technology testing

The following code – Set Myvar = Description.Create() is the way to use …… descriptive programming

  1. Dynamic

  2. Tertiary

  3. Static

  4. Both 1 and 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Instantiating a description object using Set Myvar = Description.Create() and adding properties programmatically at runtime is known as dynamic descriptive programming. Static descriptive programming involves writing the property-value pairs directly in the statement inline.