Arnab Bhowmikblog.thearnab.tech·Nov 19, 20241.2 Objects , Classes , Data Abstraction , Encapsulation & InheritanceObject-Oriented Programming Object-oriented programming (OOP) is a way to organize and conceptualize a program as a set of interacting objects. The programmer defines the types of objects that will exist. The programmer creates object instances as...DiscussOOPM SprintObject Oriented Programming
gayatri kumargeekee.hashnode.dev·Nov 16, 2024Classes and Objects: Building a JavaScript Universe!Picture yourself as the creator of a universe. Every planet you make has its own unique characteristics, like its size, color, and the speed at which it orbits its star. In the world of JavaScript, we can build and organize these planets using classe...Saanvi Kumar and 1 other are discussing this2 people are discussing thisDiscuss·30 likesWeb Developmentjs
Hitesh Venugopalanwatch-me-dev.hashnode.dev·Nov 16, 2024Understanding JavaScript Classes: A Beginner's GuideIn simple terms, a class in JavaScript is like a recipe or blueprint for creating objects. It bundles together the data (called properties) and actions (called methods) that those objects will have. The object I mention here is different from the dat...DiscussJavaScript
Mohammed Shakeelmaster-java.hashnode.dev·Nov 15, 2024Classes and Objects in JavaIn Java, classes and objects form the core of object-oriented programming (OOP). These two concepts help organize code in a structured way that represents real-world entities and interactions. Let’s delve into what each term means and why they’re imp...DiscussJava
Faria Karimfariakarim.hashnode.dev·Oct 31, 2024Ballerina Basics: 5 Fundamental Programming ConceptsIntroduction: This blog covers five fundamental programming concepts—variables, control structures, functions, data structures, and OOP—illustrated with examples in Ballerina. Mastering these basics is key to building efficient applications. 1. Varia...Discussfundamentals
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 28, 2024Object-Oriented Programming (OOP): An In-Depth GuideIntroduction Object-Oriented Programming (OOP) is a programming paradigm centered around objects rather than actions. It allows developers to model real-world entities using classes and objects, promoting code reusability, modularity, and maintainabi...Discuss·1 likepythoncode
Md. Saddam Hossainsaddamhossaindotnet.hashnode.dev·Oct 28, 2024𝗨𝗻𝗱𝗲𝗿𝘀𝘁𝗮𝗻𝗱𝗶𝗻𝗴 𝗖𝗹𝗮𝘀𝘀𝗲𝘀 𝗮𝗻𝗱 𝗢𝗯𝗷𝗲𝗰𝘁𝘀 𝗶𝗻 𝗖#: 𝗧𝗵𝗲 𝗕𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝗕𝗹𝗼𝗰𝗸𝘀 𝗼𝗳 𝗢𝗢𝗣𝐈𝐦𝐚𝐠𝐢𝐧𝐞 𝐭𝐡𝐢𝐬: You’ve just been hired to organize a massive, disorganized library. Thousands of books are scattered everywhere, and it’s your job to bring order to the collection. Instead of arranging books one by one, you come up with a br...Discussoop
Syed Abdul Basitsyedabdulbasit7.hashnode.dev·Oct 17, 2024Sealed Class in Flutter🚀 Sealed Classes in Flutter: Boost Type Safety Sealed classes ensure type safety by restricting subclassing to the same file, offering more flexibility than enums. They’re great for exhaustive checks in switch statements, helping you write cleaner, ...DiscussFlutter
Dilip PatelforDilip Patel's Java blogjavamastery.hashnode.dev·Sep 30, 2024Java Naming conventionsNaming conventions are essential guidelines for writing consistent and readable code. When working with Java, following these conventions ensures that your code remains clear and maintainable. Let’s explore some commonly used naming conventions in Ja...DiscussJava BasicsJava
Rohit Gawanderohit253.hashnode.dev·Sep 25, 2024Chapter 28:Mastering Inner Classes and Interfaces in Java: A Comprehensive GuideIntroduction In this post, I, Rohit Gawande, will take you on a journey through inner classes and interfaces in Java. We will start by revisiting the core concepts of Object-Oriented Programming (OOP), which are fundamental to understanding the struc...Discuss·28 readsinnerclass