Answer Posted / Mohd Rizwan Khan
Generic functions in R are functions that can behave differently depending on the type of objects they are applied to. They have a default method and methods for specific classes of objects. This allows users to extend the functionality of base R functions to work with user-defined classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers