Skip to content

sudeepuppar/oops_codes_560

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Object-Oriented Programming in C++

📖 Overview

This repository contains implementations of Object-Oriented Programming (OOP) concepts using C++.
It is intended for practice, learning, and strengthening core programming fundamentals.


🧠 Concepts Covered

  • Classes & Objects
  • Encapsulation (Data Hiding)
  • Abstraction
  • Inheritance (Single, Multilevel, Multiple)
  • Polymorphism
    • Function Overloading
    • Operator Overloading
    • Method Overriding
  • Constructors & Destructors
  • Access Specifiers (public, private, protected)
  • Virtual Functions

💻 Language

  • C++

🛠 Requirements

  • C++ Compiler (GCC / g++)
  • Any IDE or editor (VS Code, CodeBlocks, etc.)

🎯 Purpose

  • Learn and understand OOP concepts in C++
  • Practice coding for exams and interviews
  • Build a strong programming foundation

🤝 Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a branch (feature-name)
  3. Commit your changes
  4. Push and create a Pull Request

📜 License

This project is licensed under the MIT License.


🙌 Acknowledgements

  • Based on standard C++ OOP concepts
  • Useful for beginners and students

About

These are the oops codes using cpp that i learn from my university couse.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors