Q3 Single choice Mark for later What are the components of a Cordova plug-in? A A native class implementing the required functionality: It can be called directly from application'sJavaScript B A native class implementing the required functionality and a JavaScript wrapper for it: The wrapper's functions can be called from JavaScript. C A native class implementing the required functionality, a JavaScript wrapper for it and a declaration in the application-descriptor.xml file D A JavaScript wrapper only ; Native classes are already provided by Worklight. Correct answer