Mini Project #2 Part 1: Todo List

For this project, we are going to make use of the OOP concepts we have learned in the past section. This project is going to have two parts.

The first part you are going to complete now. After you learn about basic data structures, you will be able to complete the second part of this mini project.

Key Features

  • Create an Objective Class with whatever you think is important for an objective you have to complete. (I am using the word Objective because Task is a native class in C#. Use objective to avoid conflict.)
  • After a user creates a task, print out key details about the task. (Learn about ToString()...I did not teach you this.)
  • This project will fully come together after you learn about data structures. Good Luck!

    Next Section: Arrays