Multiple choice

Which of the following statements is FALSE with respect to Single-Document Interface?

  1. Each form runs in its own application window.

  2. A container form called Parent Form contains one or more Child Forms.

  3. Each form can have its own menus and toolbars.

  4. It has a main form called a Startup form.

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

This statement is false with respect to SDI because there is no parent - child form present in SDI. This statement can be true in case of MDI (Multiple Document Interface).