Day 27 Recap Questions
- What is object-oriented programming?
- What is the difference between a public and a private field/member function?
- Do class fields and member functions default to public or private?
- Can we define member functions in a struct in C? How does C++ handle structs? Can we do that in C++?
- What is a default constructor?
- Why is using an initializer list in a class constructor a better choice than not using one?