Multiple choice

Which of the following is NOT a feature of OOPS?

  1. Inheritance

  2. Encapsulation

  3. Abstraction

  4. Procedural programming

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

Procedural programming is a programming methodology in which the code of a program is kept as concise as possible. Procedural programming is not suitable for coding complex problems because the code can become very complex as the program grows.