Introduction

You are to observe around you for the rest of the week and identify 3 objects from different classes. (Note: once you start doing this you will probably see lots of objects from the same or similar classes.)

Write down the specific object you identified, then list its class, finally define the class with attributes only, you DO NOT need to define any methods. This will require you to think of what the appropriate attributes should be for objects in the specified class.

This assignment is a paper exercise and does not require any programming in Visual Studio. Its purpose is to get you to start thinking about seeing the world as a collection of objects belonging to different classes. An example of what your assignment should look like (for one object, repeat for the other 2 objects):

Object: a mosquito, Class: Insect Definition:

class Insect {
private:
string type; // mosquito, lovebug, fly, bee, ant, etc.
bool found_in_Florida; // true = yes, false = no bool flies;
bool isPoisonous; // NO methods for behaviors or get and set are required };

// end of class insect
Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.