You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The object I chose for Class 1 is an instance of this class.
I listed the values for each attribute of this object.
I listed the results of each method for this object.
I added and committed the class_1_example_object.txt file separately with a properly formatted commit message.
Class #2 Checklist
The four attributes I chose for Class #2 represent states or characteristics.
I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in Class 2.
The four methods I chose for Class #2 represent behaviors or actions. buy_the_restaurant is not something that the Restaurant class would or could do. A Person or Patron class would have such behavior or methods available. We also want present tense verbs, so close_early instead of closing_early.
I described what the methods do in Class 2, including which attributes they use or modify.
I added and committed the class_2.txt file separately with a properly formatted commit message.
We would like to see another class other than Restaurant that describes something you could find in a restaurant. Some examples could be Employee, Menu, or Bar.
Class #2 Example Object Checklist
The object I chose for Class 2 is an instance of this class.
I listed the values for each attribute of this object.
I listed the results of each method for this object.
I added and committed the class_2_example_object.txt file separately with a properly formatted commit message.
Hey Zac! This is really close, but I think that the directions might have confused you. Your first class of Restaurant is great, but for the second class we want you to choose something else that you would find in a restaurant. We don't want the same class for both examples.Please add a file class_3.txt and a file class_3_example_object.txt with 4 attributes and 4 methods that belong to the class and example object just like you did with the first class and example object of Restaurant. Add, commit, and push these changes, and let us know when you've made the updates. Thanks Zac!
Assessment Results
Technical Ready
Pending
Not Technical Ready
The text was updated successfully, but these errors were encountered:
Checklist/Rubric
Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub
Part II: Top Down Design
Part III: Classes, Objects, Attributes, and Methods
Class #1 Checklist
class_1.txt
file separately with a properly formatted commit message.Class #1 Example Object Checklist
class_1_example_object.txt
file separately with a properly formatted commit message.Class #2 Checklist
buy_the_restaurant
is not something that the Restaurant class would or could do. APerson
orPatron
class would have such behavior or methods available. We also want present tense verbs, soclose_early
instead ofclosing_early
.class_2.txt
file separately with a properly formatted commit message.We would like to see another class other than Restaurant that describes something you could find in a restaurant. Some examples could be
Employee
,Menu
, orBar
.Class #2 Example Object Checklist
class_2_example_object.txt
file separately with a properly formatted commit message.Hey Zac! This is really close, but I think that the directions might have confused you. Your first class of
Restaurant
is great, but for the second class we want you to choose something else that you would find in a restaurant. We don't want the same class for both examples.Please add a file class_3.txt and a file class_3_example_object.txt with 4 attributes and 4 methods that belong to the class and example object just like you did with the first class and example object of Restaurant. Add, commit, and push these changes, and let us know when you've made the updates. Thanks Zac!Assessment Results
The text was updated successfully, but these errors were encountered: