0
What are the terms describe object oriented programming
2 odpowiedzi
+ 2
Encapsulation, Inheritance, Polymorphism, Abstraction
+ 1
Although experts nowadays don't always subscribe to inheritance. Inheritance is but one way to achieve polymorphism at compile time. Languages like Rust do not have inheritance in the traditional sense. Basically every method is a extension method.