Saved Bookmarks
| 1. |
Explain What Is Expandometaclass In Groovy? |
|
Answer» EXPANDOMETACLASS is used to add METHODS, properties, STATIC methods and constructors. Expandoclass does not inherited by default; you have to call ExpandoMetaClass.enableGlobally(). ExpandoMetaClass is used to add methods, properties, static methods and constructors. Expandoclass does not inherited by default; you have to call ExpandoMetaClass.enableGlobally(). |
|