Register now or log in to join your professional community.
Is it possible to create classes and interfaces in JQuery?
no, jquery is built in javascript and is object based, not object oriented. You can just create objects with methods but note that those objects cant work like OOP languages.
Javascript is a scripting programming language that also supports Object Oriented Programming by its Prototypical Inheritance nature which is build in to the language.
Read complete article: http://mahdipedram.com/object-oriented-with-jquery-javascript/
Read another atricle: http://madhairsilence.wordpress.com/2012/10/20/jquery-object-oriented-programming/
Yes Beacuse JQuery Has Its Ui And and we can make difrent jquery file and can be access from other jquery classs by useing return public function.