Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 657 Bytes

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!