Comment by tptacek
I reject the idea that OO is a "major school of programming"; or, if it is, that school has been largely discredited. I think you're on firmer ground if you claim that ideas from OO still inform modern programming (traits and interfaces being a good example).
I think a lot of 2025 developers would be alarmed to think that a project had started from an object-oriented design perspective.
That's a bubble thing. The vast majority of serious software engineering is done in OOP. Java, C# and C++ alone are more than half the market, and then you have Python, Ruby, Kotlin and many more. Even JS has moved largely to (bastard) classes.
Then you have data (growing above average), scripting and partially frontend that are done differently, but they are still a minority of the job market.