What are the terms describe object oriented programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are the terms describe object oriented programming

30th May 2017, 4:04 AM
Priya Erugurala
Priya Erugurala - avatar
2 Answers
+ 2
Encapsulation, Inheritance, Polymorphism, Abstraction
30th May 2017, 4:45 AM
shaldem
shaldem - avatar
+ 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.
30th May 2017, 4:50 AM
1of3
1of3 - avatar