Tell me what is the difference between calling super and calling super()?
Answer / Abhaya Kumar Singh
"In Ruby, when you call 'super', it calls the method from the immediate parent class. When you call 'super()', it calls the method of the exact same name from the immediate parent class's superclass (which is Object by default)."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between #== and #eql??
Tell me what is the command to create a migration?
Tell us what is class libraries in ruby?
what is the Notation used for denoting class variables in Ruby?
Mention what is the difference between a gem and a plugin in ruby?
What are the key features of ruby?
Is ruby a statically typed or a dynamically typed language?
In how many ways you can compare Ruby string?
Explain me what the difference is between false and nil in ruby?
Name some operators used in ruby.
How to use sql db or mysql db. Without defining it in the database.yml
What are freezing string in Ruby?