I understand that in a Cordova application, one can see the html, and javascript code easily. What about native (C++) plugins ? Is the source code to them visible as well ? I have just started learning about Cordova, so I don't fully understand how they are compiled as yet.
I am planning on using Cordova 5.x+
EDIT: This is not the same as the other question. This question is explicitly about whether one can see the source code of a native plugin. The other question is about whether someone else can reuse my native plugin without looking at the source code. For example, by looking at the js code, can one determine what api's to call on the native code and effectively reuse the native code as a library (without actually looking at the native source code)