Multiple choice

Which of following is not construct in procedural programming?

  1. Sequence

  2. Selection

  3. Iteration

  4. Object

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

Procedural programming is built on sequence, selection, and iteration. Objects are the core of Object-Oriented Programming, not procedural programming.