Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OOP in Javascript?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Does javascript have object oriented programming???
 
However, you will find the coding is different from other object oriented languages such as C++.

Here are tutorials that might help you (they helped me learn a little bit of OO programming in javascript) and I got the links from other people on another javascript forum.

Object-Oriented Programming with JavaScript, Part I: Inheritance
Object-Oriented Programming with JavaScript, Part II: Methods
These first two might provide a good start. The next two can add more knownledge if you read it very carefully and make sure you understand it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top