The Pharmacy Management System is a comprehensive project developed in C++ using Object-Oriented Programming (OOP) principles. Designed to streamline pharmacy operations, it manages inventory, processes transactions, and keeps track of medicine stocks and customer information efficiently. Through modular, object-oriented design, the system is organized into well-structured classes representing various components of a pharmacy, such as inventory, billing, and customer records. This project demonstrates the power of OOP for building robust, scalable applications, emphasizing maintainable and reusable code.