C++20 sections · 1024 units
Open in Course

Quiz: Default access

Default access

Check Your Understanding

How is a class different from a struct?

  1. A.Classes cannot have functions
  2. B.Structs are faster
  3. C.There is no difference
  4. D.Class members are private by default, struct members are public
Start the roadmap to answer the quizzes and solve the challenges