About 985,000 results
Open links in new tab
  1. How to program without OOP - Medium

    Apr 7, 2016 · In three recent videos, I explained at length why Object-Oriented Programming is generally a bad idea. To finish up the series, I want to address a couple common counter-arguments and then...

  2. Alternatives to Object-Oriented Programming? - Stack Overflow

    Aug 12, 2010 · Two good examples are F# for the .NET platform and Scala for the Java platform; they can often use existing libraries on the platform written in other languages. The trend of new programming languages now is Multi-paradigm, where multiple paradigms like object oriented programming and functional programming are combined in the same language.

  3. Beyond Java

    May 26, 2015 · What does non-object-oriented Java code look like? I suppose most programmers don't even notice that their Java code isn't really object-oriented. Their classes swim on top of a complex object-oriented framework like foam on the ocean, but they don't exhibit an intrinsic object structure.

  4. Why Java is not a purely Object-Oriented Language?

    Mar 1, 2024 · Java language is not a Pure Object Oriented Language as it contains these properties: Primitive Data Type ex. int, long, bool, float, char, etc as Objects: Smalltalk is a “pure” object-oriented programming language unlike Java and C++ as there is no difference between values that are objects and values that are primitive types. In Smalltalk ...

  5. Is Java limited in any way by its heavy use of OOP? : r/java - Reddit

    Java is an OOP language, but you can avoid writing OOP code if you really want. Java is a multi paradigm language, unlike for example Smalltalk.

  6. What am I missing out by not using object oriented programming?

    You can build a Flask or Django app without understanding OOP by simply following the instructions. But the frameworks are based on OOP, so you're doing something without understanding what you're doing.

  7. java - What is the difference between object-oriented languages …

    Dec 12, 2009 · OOP sends "messages" to "objects", which change the "state" of the objects and send messages to other objects; furthermore, the behavior objects can be extended, creating new types of objects. Both rely on assignment and side-effects.

  8. If everyone hates it, why is OOP still so widespread?

    Sep 2, 2020 · OOP is still one of the dominant paradigms right now. But that might be due to the success of languages who happen to be OOP. Java, C++ and Kotlin rule mobile for Android and Swift and Objective-C for iOS so you can’t develop software for mobile unless you understand the object-oriented approach.

  9. Can we run a Java application without implementing the OOPs

    No. Java applications are based on Object-oriented programming models or OOPs concept, and hence they cannot be implemented without it. However, on the other hand, C++ can be implemented without OOPs, as it also supports the C-like structural programming model.

  10. Java OOP (Object-Oriented Programming) - W3Schools

    OOP stands for Object-Oriented Programming. Procedural programming is about writing procedures or methods that perform operations on the data, while object-oriented programming is about creating objects that contain both data and methods.

  11. Some results have been removed
Refresh