Classes & Objects
Lesson 29Author : 🦒
Last Updated : November, 2017
book1 = Book.new() book1.title = "Harry Potter" book1.author = "JK Rowling" book1.numPages = 500
puts book1.title
book1 = Book.new() book1.title = "Harry Potter" book1.author = "JK Rowling" book1.numPages = 500
puts book1.title