ruby oo基础知识实例方法实验室

时间:2024-03-15 19:51:04
【文件属性】:

文件名称:ruby oo基础知识实例方法实验室

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-15 19:51:04

Ruby

实例方法实验室 学习目标 定义一个类。 为该类构建实例方法。 概述 在本实验中,我们将练习定义类并在其中构建实例方法。 具体来说,您将向Dog and Person类添加2个实例方法。 指示 单击“ Fork”按钮,打开此实验室,进行克隆,并使用learn test运行learn test 。 1.在lib/dog.rb定义Dog 打开lib/dog.rb并为Dog类添加一个类定义。 2.在Dog定义#bark 将实例方法#bark添加到lib/dog.rb中的Dog类中,该方法将显示"Woof!" 3.在Dog定义#sit 在lib/dog.rb中的Dog类中添加实例方法#sit ,它将放置"The Dog is sitting" lib/dog.rb "The Dog is sitting" 。 4.在lib/person.rb定义一个Person 打开lib/person.


【文件预览】:
ruby-oo-fundamentals-instance-methods-lab-master
----.learn(20B)
----lib()
--------person.rb(0B)
--------dog.rb(0B)
----Gemfile(90B)
----spec()
--------instance_methods_spec.rb(1KB)
--------spec_helper.rb(122B)
----CONTRIBUTING.md(2KB)
----LICENSE.md(1KB)
----README.md(2KB)
----.rspec(53B)
----Gemfile.lock(626B)
----.gitignore(642B)

网友评论