Tell me what is mixin in rails?
Answer / 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 |
What is rake?
What are gemsets in rails?
How does router work in rails?
What is the difference between symbol and string?
difference between form_for and form_tag
what is sweeper in Rails?
how does ruby on rails use the model view controller (mvc) framework?
what is the difference between Dynamic and Static Scaffolding?
What is the directory structure of rails?
how many types of callbacks available in ror?
what are the differences between rails 2.x and rails 3?
What are the hashes?