Which of the following method adds an item to the menu's end?

21. Which of the following method adds an item to the menu's end?

  1. Menu.append
  2. Menu.end
  3. Menu.append.end
  4. Menu.end.append

Answer: A) Menu.append

Explanation:

menu.append method adds an item to the menu's end.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.