Is Scala a Pure OOP Language? or Java a Pure OOP Language?
Answer Posted / Mrinalini Mishra
Neither Scala nor Java are purely Object-Oriented Programming (OOP) languages. They both support other paradigms like functional programming, which can coexist with OOP concepts. However, they do have strong support for OOP principles like encapsulation, inheritance, and polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers