A class is a blueprint from which specific things can be built.
An instance is a specific thing built from a class.
Looking at the roles I have held in the past, I can see that empathy was especially vital as a teacher. On my first day teaching, I can remember specifically setting aside time to introduce myself as a person, and to get to know my students as people. I needed to understand them, and they needed to understand me, before they could learn math in my classroom. For a few years, I tutored in a program specifically designed around restorative practices for juveniles in probation. These young people did not lack intelligence, rather they often lacked someone who would listen to them. Much of my time in that program was spent listening and helping these young people feel like a part of a community. Currently, empathy is vital in my relationships with my wife and kids. The biggest struggle I face is that empathetic understanding does not happen by accident- it must be intentional.
Buildi
My greatest strength is the ability to approach problems and projects calmly with a reasonable, logical flow. I like to break down projects into their respective components, and then to start working through the components. Lists often help me to keep lots of information organized. In fact, my coworkers at my current job refer to me as the "spreadsheet guy." I also get satisfaction from evaluating any data gleaned from a project. When I worked as a math teacher, I collected and sorted much of the data to help our school make data-driven decisions. I do this for my fantasy football teams as well. :)
This question is pretty broad, so here are some aspects of my own work preferences:
| Object 1: Blackhawk helicopter | |
| Attributes: | |
| available_colors: ["Black", "Army Green"] | |
| max_speed: 222 | |
| does_it_fly: true | |
| original_manufacture_year: 1974 | |
| maker: "Sikorsky" | |
| current_speed: 70 | |
| fuel_level: 150 |
| Class: Vehicle | |
| Attributes: | |
| available_colors (array) | |
| max_speed (integer) | |
| does_it_fly (boolean) | |
| original_manufacture_year (integer) | |
| make (string) | |
| current_speed (integer) | |
| fuel_level (integer) |
Start a Campfire
Gather Wood
1.1 Gather kindling
1.2 Gather branches
1.2.1 Break into appropriate pieces
Git is a DVCS (Distributed Version Control System). A Version Control System (VCS) allows users to manage files associated with a project by tracking past and present iterations of the files. A VCS can oversee multiple collaborators editing files in an organized fashion. Git is a Distributed VCS because every editor in a project can have a full copy of the version history of the project locally.
The readings and responses listed here should take you approximately 50 minutes total.
To start this assignment:
The assignments listed here should take you between 1.5 and 2 total hours.
To start this assignment: