vendredi 18 novembre 2016

Developing a code

Develop a command line based todo application using java programming language:

Features are: · Add TODO (ex: todo add "learn design patterns") · View TODO list (ex: todo list) · Search TODO list (ex: todo list "learn") · Mark TODO as done (ex: todo done 1 -- where 1 is the identifier for a todo item displayed from todo list)

Apply any Object Oriented Programming Concepts and Design Patterns (ex MVC, Factory) you know.

Aucun commentaire:

Enregistrer un commentaire