Multiple choice technology web technology

What is correct sequence in SmartBuild

  1. (a) Class Structure, Properties, User Interface, Activities

  2. (b) Class Structure, Properties, Activities,User Interface

  3. (c) Properties, Class Structure, User Interface, Activities

  4. (d) Class Structure, Activities,Properties, User Interface

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

SmartBuild follows a logical top-down creation sequence: first, define the Class Structure, then define the Properties associated with the classes, followed by the User Interface to display or input these properties, and finally the Activities containing business logic.