Podcast
Questions and Answers
Which keyword is used to create a class in C++?
Which keyword is used to create a class in C++?
- class (correct)
- object
- method
- attribute
What is an object in C++?
What is an object in C++?
- A class
- A variable (correct)
- A function
- A blueprint
What are attributes in C++?
What are attributes in C++?
- Functions
- Classes
- Blueprints
- Variables (correct)
What are methods in C++?
What are methods in C++?
What does the 'public' keyword specify in a class?
What does the 'public' keyword specify in a class?