DEV Community

Discussion on: Is Object-Oriented Programming "Dangerous"?

Collapse
 
stefthedev profile image
StefTheDev • Edited

We all have biased perspectives towards certain subjects. I think that referring OOP to being very mutable is kinda naive. A lot of the data can be immutable. "Collections.unmodifiableSet(nameOfSet);" as an example and many more.