Answer Posted / keerthi
We cannot inherit subclass from more than one class so multiple inheritance is not possible in ruby if we try to enable it we use modules we can include any number of modules in one class is called mixin principles.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the function of garbage collection in Ruby on Rails?
Explain how does rails implement ajax?
Tell me what is ruby on rails?
Tell us what is the difference between redirect and render in ruby on rails?
how can we define Ruby regular expressions?
What is the use of the super function in ruby on rails?
What does session and cookies represent in ruby on rails?
what is active record?
What is the function of orm in ruby on rails?
How are string and symbol different?
The string can be represented in single as well as double quotes. What is the difference between the two?
Write a program to generate and run the application without the use of database
Explain rvm in rails?
How you run your rails application without creating databases?
Why we use migration in rails?