awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesObject-Oriented Programming

The implementation of software using classes, modules, instance variables, and inheritance.

Distinct from Object-Oriented Modeling: Candidates focus on pedagogical modeling, query languages, or CSS, not the general implementation of OOP language features.

Explore 7 awesome GitHub repositories matching programming languages & runtimes · Object-Oriented Programming. Refine with filters or upvote what's useful.

Awesome Object-Oriented Programming GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • adambard/learnxinyminutes-docsadambard का अवतार

    adambard/learnxinyminutes-docs

    12,287GitHub पर देखें↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Provides concise examples of building classes and modules with instance variables, constants, and inheritance.

    Markdown
    GitHub पर देखें↗12,287
  • niieani/bash-oo-frameworkniieani का अवतार

    niieani/bash-oo-framework

    5,620GitHub पर देखें↗

    This project is a collection of specialized shell frameworks that provide object-oriented programming patterns, unit testing tools, and a standard utility library for Bash scripts. It enables the organization of script logic through the implementation of classes, objects, and singleton design patterns to create modular and reusable components. The framework includes a dedicated exception handling library that captures command failures using try-catch blocks and stores error metadata in objects. It also provides a unit testing framework that executes shell commands as independent test cases an

    Implements object-oriented programming patterns and classes within Bash shell scripts for modularity.

    Shell
    GitHub पर देखें↗5,620
  • gibsjose/cpp-cheat-sheetgibsjose का अवतार

    gibsjose/cpp-cheat-sheet

    5,284GitHub पर देखें↗

    This project is a collection of condensed technical references and study guides for the C++ language. It serves as a language cheat sheet and programming reference covering core syntax, standards, and data organization patterns. The resource provides specialized guides for algorithm study, data structure reference, and technical interview preparation. It includes materials for reviewing computational complexity and efficient data structure usage for competitive programming. The content covers broad capability areas including object-oriented programming, memory management, and generic program

    Details the application of inheritance, polymorphism, and encapsulation in C++.

    C++
    GitHub पर देखें↗5,284
  • realpython/materialsrealpython का अवतार

    realpython/materials

    5,173GitHub पर देखें↗

    This project is a comprehensive collection of Python programming education materials, including tutorials, exercises, and curated code samples. It serves as a learning curriculum and software engineering toolkit, utilizing Jupyter Notebooks to combine executable code with descriptive educational text. The repository provides practical implementation guides for building large language model applications, such as retrieval-augmented generation systems, stateful AI agents, and machine learning workflows. It distinguishes itself by offering a structured approach to agentic coding workflows, cover

    Provides guidance on implementing object-oriented programming using classes, inheritance, and modular design.

    Jupyter Notebook
    GitHub पर देखें↗5,173
  • hiteshchoudhary/js-hindi-youtubehiteshchoudhary का अवतार

    hiteshchoudhary/js-hindi-youtube

    4,855GitHub पर देखें↗

    यह प्रोजेक्ट एक JavaScript शैक्षिक रिपॉजिटरी और प्रोग्रामिंग कोर्सवेयर है। यह JavaScript प्रोग्रामिंग भाषा सीखने के लिए डिज़ाइन किए गए कोड उदाहरणों और व्यावहारिक प्रोजेक्ट्स का एक संग्रह प्रदान करता है। यह रिपॉजिटरी कोडिंग प्रोजेक्ट्स के इम्प्लीमेंटेशन और एल्गोरिदम अभ्यास सहित व्यावहारिक अभ्यासों के माध्यम से भाषा सीखने को कवर करती है। यह फ्रंटएंड वेब डेवलपमेंट और ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग के अनुप्रयोग, दोनों पर केंद्रित है। सामग्री में वेरिएबल्स और डेटा प्रकारों को प्रबंधित करने, गणितीय संचालन करने और स्ट्रिंग्स और तिथियों में हेरफेर करने के लिए सामग्री शामिल है। यह डेटा मानों की तुलना करने और क्लास और प्रोटोटाइप का उपयोग करके कोड को व्यवस्थित करने के उदाहरण भी प्रदान करती है।

    Implements object-oriented programming using classes, prototypes, and inheritance.

    JavaScript
    GitHub पर देखें↗4,855
  • sohamkamani/javascript-design-patterns-for-humanssohamkamani का अवतार

    sohamkamani/javascript-design-patterns-for-humans

    4,481GitHub पर देखें↗

    This project is a collection of simplified explanations and code implementations for common software design patterns using JavaScript. It serves as a guide for implementing creational, structural, and behavioral design patterns to solve software architecture problems. The resource categorizes patterns into three primary groups. Creational patterns focus on flexible object instantiation and resource management. Structural patterns organize object relationships and interfaces to form efficient structures. Behavioral patterns manage communication and interaction between objects. The material co

    Implements advanced object-oriented programming concepts in JavaScript to manage complex state and creation.

    GitHub पर देखें↗4,481
  • tcorral/design-patterns-in-javascripttcorral का अवतार

    tcorral/Design-Patterns-in-Javascript

    2,623GitHub पर देखें↗

    This repository serves as a reference for implementing standard software design patterns within JavaScript environments. It provides a collection of structural, creational, and behavioral patterns designed to assist developers in organizing complex application logic and improving overall code maintainability. The project demonstrates how to apply object-oriented principles to decouple object creation from core business logic and manage communication between objects. By utilizing these patterns, developers can structure classes and object interactions to ensure code remains modular and flexibl

    Demonstrates object-oriented programming principles through practical class and object composition examples.

    JavaScript
    GitHub पर देखें↗2,623
  1. Home
  2. Programming Languages & Runtimes
  3. Object-Oriented Programming

सब-टैग एक्सप्लोर करें

  • C++ Object Orientation AnalysisAnalysis of virtual functions, dynamic binding, and inheritance access levels in C++. **Distinct from Object-Oriented Programming:** Specifically targets the internal mechanics and analysis of C++ object models rather than general OOP implementation.