Multiple choice Which of the following is not an Object Oriented Programming (OOP) feature? Inheritance Encapsulation Abstraction Serialization 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.