Tell us what is class libraries in ruby?
Answer / Sandhya Yadav
"Class libraries are collections of pre-written classes and modules that provide functionality for specific tasks or programming paradigms. In Ruby, the standard library is a set of these libraries that come bundled with the language."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between static and dynamic scaffolding?
Tell me what is the command to create a migration?
What does ruby name refers to?
Explain the garbage collection feature of ruby?
Explain some of the looping structures available in ruby?
Explain module mixins in Ruby?
How many types of associations relationships does a model has?
Ruby support single inheritance/multiple inheritance or both?
How to open a file in Ruby?
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
How to read a file in Ruby?
How is visibility of methods changed in ruby?