C++20 sections · 1024 units
Open in Course

Quiz: Classes and Objects Basics

Knowledge check

Check Your Understanding

What happens if you try to access a private member variable from outside the class?

  1. A.It returns zero or an empty value
  2. B.It works but prints a warning
  3. C.It causes a runtime error
  4. D.It causes a compile-time error
Start the roadmap to answer the quizzes and solve the challenges