shreyansh

Index of OOP

  1. OOP Overview

    To create an object a Class is required.

  2. Pillars of OOP
    1. Encapsulation

      Instead, they can access this state only through a set of public functions.

    2. Abstraction

      Continuing with the BankAccount example, abstraction would involve defining the concept of a “bank account” by specifyin

    3. Inheritance

      Inheritance is a fundamental concept in Object-Oriented Programming (OOP) that allows a new class to inherit properties

    4. Polymorphism

      Method Overloading: Multiple methods in the same class with the same name but different parameters. On the basis of RETU

    5. Object Relationships

      private List<Book> books;