Multiple choice

Which of the following is not an Object Oriented Programming (OOP) feature?

  1. Inheritance

  2. Encapsulation

  3. Abstraction

  4. Serialization

  5. Polymorphism

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

Serialization is not an OOP feature and it stores the objects in a persistent medium. Polymorphism defines an interface and the operations that can be performed based on different data types.