DEV Community

Jocelyne1124
Jocelyne1124

Posted on

WK 1 Lesson 15 Discussion Question

  1. Explain in your own words the lesson. In this lesson we learned about creating new structures to customize their properties and functions to better suit our individual needs.
  2. Include the following questions:  What is the difference between a function and a method? These two are the same for the most part with the difference that in a method belong to classes, structs, and enums, while functions do not.  Why are structures a better way to define data than just declaring a series of variables? By defining a structure and assigning the data value within it, you are able to save time. You can also refer to only specific information within that structure and create many more things.

Top comments (0)