Skip to content

10xStartuper/cpp

Repository files navigation

My jurney to Learn Object Oriented Programming in C++

The reason behind why I started C++ is because of my Final Exam which is going to be held today May 17, 2021. But what I realize is I need to know this stuff as well...

📄 To do list

  • 1. Introduction to classes and objects.
  • 2. What are constructors and class methods in C++?
  • 3. What is encapsulation in programming?
  • 4. What is inheritance in programming?
  • 5. What is polymorphisam in programming?
  • 6. Relationship between Virtual Functions, Pure Virtual Functions and Abstract Classes in OOP.
  • 7. Abstraction explained with real-life examples and code!