Git Product home page Git Product logo

ruby-super-inheritance-lab-online-web-pt-011419's Introduction

Ruby Super Inheritance Lab

Objectives

  1. Define two classes, one of which inherits from another.
  2. Define methods in the child class that use the super keyword to inherit from and augment methods in the parent class.

Instructions

In this lab, you'll be coding a Student class, which will be the parent class, and a ChattyStudent class, which will inherit from student. ChattyStudent is a student, so should have all of the behaviors and characteristics of a student. But, ChattyStudent is very chatty. So, he or she will elaborate on any phrases that are inherited from Student.

  • Write a method in the Student class, #hello, that puts out the phrase: "Hey there! I'm so excited to learn stuff."
  • Write a method in the Student class, raise_hand, that puts out the phrase: "Pick me!"
  • Write a method in the ChattyStudent class, #hello, that uses the super keyword to inherit the behavior of the #hello method from the parent, Student, class. Then, augment that method to also puts out the very chatty phrase: "How are you doing today? I'm okay, but I'm kind of tired. Did you watch The Walking Dead last night? You didn't?! Oh man, it was so crazy! What, you don't want any spoilers? Okay well let me just tell you who died..."
  • Write a method in the ChattyStudent class, raise_hand, that uses the super keyword ten times so that the method will puts out "Pick me!" ten times. It is possible to simply call super multiple times in a method.

View Ruby Super Inheritance Lab on Learn.co and start learning to code for free.

ruby-super-inheritance-lab-online-web-pt-011419's People

Contributors

annjohn avatar bacitracin avatar jmburges avatar maxwellbenton avatar sophiedebenedetto avatar

Watchers

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