About 2,370,000 results
Open links in new tab
  1. Introduction of Object Oriented Programming - GeeksforGeeks

    Feb 9, 2023 · Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism, etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of …

  2. What is Object-Oriented Programming (OOP)? - Educative

    Mar 3, 2025 · Object-oriented programming (OOP) is a fundamental programming paradigm used by nearly every developer at some point in their career. OOP is the most popular programming paradigm used for software development and is taught as the standard way to code for most of a programmer’s educational career.

  3. Object-oriented programming - Wikipedia

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects. [1] . Objects can contain data (called fields, attributes or properties) and have actions they can perform (called procedures or methods and implemented in code).

  4. Fundamentals of Object Oriented Programming - Course - NPTEL

    This course provides a comprehensive introduction to Object-Oriented Programming (OOP) principles and their application in various programming languages like C++, Java, and Python. Students will learn to design and implement efficient, …

  5. Java OOP(Object Oriented Programming) Concepts

    Apr 14, 2025 · The Object Oriented Programming (OOPs) concept in Java is a powerful way to organize and write code. It uses key ideas like classes, objects, inheritance, polymorphism, encapsulation, and abstraction to create flexible and reusable code.

  6. OOP concepts, Collections and Data Structures | Coursera

    The journey begins with an exploration of object-oriented programming (OOP) concepts, such as classes, objects, inheritance, and polymorphism. You will understand key OOP principles like encapsulation and composition, with hands-on exercises designed to solidify your learning. ... In this module, we will introduce you to the fundamentals of ...

  7. Java Fundamentals - Getting Started with Java - Coursera

    The course begins with a thorough introduction to programming languages, touching on the different types of programming and the role of Java in the software development landscape. You will explore what it means to be a programmer or a developer and learn the fundamentals of object-oriented programming, which is a cornerstone of Java.

  8. Fundamentals of Object Oriented Programming - Class Central

    Master object-oriented programming fundamentals through hands-on practice with C++, Java, and Python. Build efficient, reusable code while exploring inheritance, polymorphism, and design patterns.

  9. Object-Oriented Programming and Java Fundamentals - Coursera

    In this module, we will introduce the fundamentals of object-oriented programming, including essential terminology and concepts. Through hands-on exercises, you will learn to create Java classes and objects, understand encapsulation, and …

  10. Understanding the Basics of Object-Oriented Programming (OOP)

    Dec 20, 2024 · Object-Oriented Programming (OOP) is a paradigm that organizes software design around objects rather than functions and logic. An object represents a real-world entity, encapsulating both data (attributes) and behavior (methods). This approach makes code more modular, reusable, and scalable—qualities highly valued in software development.

  11. Some results have been removed
Refresh