• What is Object-Oriented Programming (OOP)

    Object-Oriented Programming (OOP) is a programming paradigm that organizes code into objects, which are instances of classes. It focuses on representing real-world entities as objects that have properties (attributes) and behaviors (methods). OOP aims to provide a structured and modular approach to software development.
  • Welcome to Jekyll!

    You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.