Log in
Sign up for FREE
arrow_back
Library

Classes and objects

star
star
star
star
star
Last updated about 2 years ago
4 questions
1
1
1
1
Question 1
1.

Question 2
2.

Question 3
3.

Question 4
4.

What is an attribute in programming?
A function
A loop
A condition
A property
What is an operation on an object?
A method
A class
An if statement
A variable
Name an attribute and an operation for a Book class.
Genre, jump()
ISBN, subtract()
Title, borrow()
Author, run()
True or False: The current state of an object affects operations.
True
Depends
Not sure
False