22) Which of the following statement declares the name of a class and introduces the definition of the variables, properties, events and procedures that the class comprises?
     A) Dim   B) Const C) Enum    D) class
23) which task is accomplished in the code editor?
      A) Adding forms to the project
      B) Adding controls to form
      C) Adding controls to the title
      D) Adding event procedures to the form
22) Which of the following statement declares the name of a class and introduces the definition of the variables, properties, events and procedures that the class comprises?
   A) Dim  B) Const C) Enum  D) class
Answer:
D) class
23) which task is accomplished in the code editor?
   A) Adding forms to the project
   B) Adding controls to form
   C) Adding controls to the title
   D) Adding event procedures to the form
Answer:
D) Adding event procedures to the form
Comments
Leave a comment