Which of the following is NOT a feature of Object-Oriented Programming (OOP) ?
2025
Which of the following is NOT a feature of Object-Oriented Programming (OOP) ?
Answer: D. Compilation — OOP features include inheritance, polymorphism, and encapsulation. Compilation is a process, not an OOP feature. The saved answer correctly identifies option…
- A.
Inheritance
- B.
Polymorphism
- C.
Encapsulation
- D.
Compilation
Attempted by 365 students.
Show answer & explanation
Correct answer: D
OOP features include inheritance, polymorphism, and encapsulation. Compilation is a process, not an OOP feature. The saved answer correctly identifies option 3 as NOT being an OOP feature.
Loading lesson…