Code Monkey home page Code Monkey logo

java-animalkingdom's Introduction

Project Animal Kingdom Search

A student that completes this project shows that they can:

  • implement and use interfaces in Java
  • implement and use abstract classes in Java
  • implement and use Lambda Expressions in Java

Introduction

Using a combination of interfaces, abstract classes, and lambda expressions, students will create and manipulate a list of animals using object oriented design principles.

Instruction

  • Create an abstract class for animals

    • All animals consume food the same way

    • Each animal is assigned a unique number, a name, and year discovered regardless of classification.

    • Methods will return a string saying how that animal implements the action

    • All animals can move, breath, reproduce. How they do that, so what string should get returned when the method is executed, varies by animal type.

  • Create classes for mammals, birds, fish

    • Mammals move - walk, breath - lungs, reproduce - live births
    • Birds move - fly, breath - lungs, reproduce - eggs
    • Fish move - swim, breath - gills, reproduce - eggs

Hint: think about abstract classes and creating an arraylist using an abstract class type.

  • Create a collection for the animals using the following data

    • Mammals:

      • Name: Panda Year Named: 1869
      • Name: Zebra Year Named: 1778
      • Name: Koala Year Named: 1816
      • Name: Sloth Year Named: 1804
      • Name: Armadillo Year Named: 1758
      • Name: Raccoon Year Named: 1758
      • Name: Bigfoot Year Named: 2021
    • Birds:

      • Name: Pigeon Year Named: 1837
      • Name: Peacock Year Named: 1821
      • Name: Toucan Year Named: 1758
      • Name: Parrot Year Named: 1824
      • Name: Swan Year Named: 1758
    • Fish:

      • Name: Salmon Year Named: 1758
      • Name: Catfish Year Named: 1817
      • Name: Perch Year Named: 1758
  • Using Lambda Expressions

    • List all the animals in descending order by year named
    • List all the animals alphabetically
    • List all the animals order by how they move
    • List only those animals the breath with lungs
    • List only those animals that breath with lungs and were named in 1758
    • List only those animals that lay eggs and breath with lungs
    • List alphabetically only those animals that were named in 1758
  • Stretch Goal

    • For the list of animals, list alphabetically those animals that are mammals.

java-animalkingdom's People

Contributors

jrmmba8314 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.