Command class: make non-abstract

Command class is abstract.

Abstract classes are not an LO covered at level2.

Let's make Command class non-abstract so that students who haven't
learned about abstract classes are not confused by it.
3 files changed
tree: 6269b73c5d00966659cebed6aee26221ef419c68
  1. config/
  2. doc/
  3. gradle/
  4. src/
  5. test/
  6. .gitignore
  7. .travis.yml
  8. _config.yml
  9. build.gradle
  10. gradlew
  11. gradlew.bat
  12. LICENSE
  13. README.md
README.md

Build Status Codacy Badge

AddressBook (Level 2)

  • This is a CLI (Command Line Interface) Address Book application written in OOP fashion.
  • It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
  • It provides a reasonably well-written code example that is significantly bigger than what students usually write in data structure modules.

Useful Links

Contributors

The full list of contributors for se-edu can be found here.

Contact Us

  • Bug reports, Suggestions : Post in our issue tracker if you noticed bugs or have suggestions on how to improve.
  • Contributing : We welcome pull requests. Follow the process described here