Skip to content

ahmedmusharaf31/PF_OOP_Covered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 PF_OOP_Covered Repository

Welcome to the PF_OOP_Covered repository! 🌟 This repository is a comprehensive coverage of Object-Oriented Programming (OOP) concepts in C++ by Ahmed Musharaf.

Table of Contents

About

In this repository, I've delved into the world of Object-Oriented Programming in C++. From the fundamentals of classes and objects to advanced concepts like inheritance and polymorphism, this repository serves as a resource for anyone wanting to strengthen their understanding of OOP principles.

Topics Covered 👨‍💻

  • Classes and Objects: Basic building blocks of OOP.
  • Inheritance: Understanding how classes can inherit properties and behaviors.
  • Polymorphism: The ability of different objects to be treated as objects of a common type.
  • Encapsulation: Wrapping data and the methods that work on data within one unit.
  • Abstraction: Simplifying complex systems by modeling classes based on real-world entities.

Getting Started

To get started with PF_OOP_Covered, clone the repository:

git clone https://github.com/ahmedmusharaf31/PF_OOP_Covered.git
cd PF_OOP_Covered
# Example: Explore Inheritance
cd Inheritance

You can fill in the placeholder details such as email, Twitter, LinkedIn, and customize any other information as per your preferences.

About

A repository dealing with CS-101 (Intro to Programming) and CS-112 (Object Oriented Programming & Design) covered in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors