Which one of the following is not an important feature of Object oriented…
2017
Which one of the following is not an important feature of Object oriented programming language?
Answer: D. Parallelism — Polymorphism, encapsulation, and inheritance are core OOP features. Parallelism is not a core OOP feature.
- A.
Polymorphism
- B.
Encapsulation
- C.
Inheritance
- D.
Parallelism
Attempted by 5 students.
Show answer & explanation
Correct answer: D
Polymorphism, encapsulation, and inheritance are core OOP features. Parallelism is not a core OOP feature.
Loading lesson…