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