Giter VIP home page Giter VIP logo

android_kotlinanimalkingdom's Introduction

Android_KotlinAnimalKingdom

Kotlin Animal Kingdom

Overview

Build classes with examples of inheritance

Instructions

Classes

  • 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.
    • The methods will return a string saying how that animal implements the action
    • Animals can move, breath, reproduce
      • This must be implemented with a base class for each of these types and then child classes for the way each animal implements it (base class move, child classes, walk, fly, swim)
  • 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

Collections

  • 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

Collection Methods

  • 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

android_kotlinanimalkingdom's People

Watchers

 avatar  avatar  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.