197k views
5 votes
.Which of the following is not a fundamental feature of an object-oriented programming language?

a. data abstraction
b. inheritance
c. dynamic method binding
d. interface encapsulation

1 Answer

7 votes
Option C - dynamic method binding.
The four pillars of Object Oriented programming are:
Inheritance, Polymorphism, Encapsulation, Abstraction
User Cryptite
by
8.0k points