Classes & Objects
Lesson 29Author : GOUP
Last Updated : September, 2020
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