Created by Edmond Pruteanu
over 10 years ago
|
||
Question | Answer |
Global variable | $global_variable = 10 |
Instance variable | def initialize(id, name, addr) @cust_id=id @cust_name=name @cust_addr=addr end |
Class variable | class Customer @@no_of_customers=0 end |
Want to create your own Flashcards for free with GoConqr? Learn more.