Related:
Oriented
- Oriented Strand Board
- Object
- Object Relations
- Object Of My Affection
Sponsored Links:
Logtalk (Popularity: )
(Score: 23.83)
http://www.logtalk.org/
An object-oriented extension to the Prolog programming language. It integrates logic programming with object-oriented and event-driven programming. Compatible with most Prolog compilers. [Open source]
Category:
Main\Computers\Programming\Languages\Prolog
|
Webopedia: Object-oriented programming (Popularity: )
(Score: 23.32)
http://webopedia.com/TERM/o/object_oriented_programming_OOP.html
Defines the term 'object-oriented programming', lists some links where you can get more information.
Category:
Main\Computers\Programming\Languages\Object-Oriented
|
OO Example Code (Popularity: )
(Score: 22.83)
http://onestepback.org/articles/poly/
Example using object-oriented polymorphism in object-oriented and non object-oriented programming languages.
Category:
Main\Computers\Programming\Methodologies\Object-Oriented
|
AWI TechNet - Object-Oriented Programming Overview (Popularity: )
(Score: 22.60)
http://www.archwing.com/technet/technet_OO.html
A brief description of Object-Oriented programming and its advantages.
Category:
Main\Computers\Programming\Methodologies\Object-Oriented
|
Programming Python, 2nd Edition (Popularity: )
(Score: 22.39)
http://www.oreilly.com/catalog/python2/
The second edition of Programming Python focuses on advanced applications of Python, an increasingly popular object-oriented scripting language. Endorsed by Python creator Guido van Rossum, it demonstrates advanced Python programming techniques, and addresses ...
Category:
Main\Business\Publishing and Printing\Publishing\Books
|
Evolutionary Delivery - the Road to Success in Object-Oriented Development (Popularity: )
(Score: 21.97)
http://www.davethehat.com/articles/ed.htm
A short article on the essential points of Evo and its application to object-oriented programming.
Category:
Main\Computers\Programming\Methodologies\Evolutionary Delivery
|
Object Oriented Programming: A guide for the beginner, from Modula-2 to Java (Popularity: )
(Score: 21.87)
http://www.aonaware.com/OOP1.htm
Tutorial teaching basics of object oriented programming. Tailored to no one specific language, but examples are in C++, Java, Modula-2.
Category:
Main\Computers\Programming\Languages\Object-Oriented
|
Digitool, Inc.: Object Logo (Popularity: )
(Score: 21.85)
http://www.digitool.com/ol-specs.html
Object-oriented, extends abilities and performance of traditional Logo, useful for users of all ages, elementary school students to professional programmers; potent education tool and means to explore programming, general and more so object-oriented.No ...
Category:
Main\Computers\Programming\Languages\Lisp
|
Guile Object Oriented Programming System: GOOPS (Popularity: )
(Score: 20.98)
http://www.gnu.org/software/goops/goops.html
Object-oriented extension to Guile; very close in spirit to Common Lisp Object System, CLOS (CLtL2), but adapted for Scheme language; gives full OO system with multiple inheritance, generic functions with multi-method dispatch.
Category:
Main\Computers\Programming\Languages\Lisp
|
itmWEB: Object Oriented Resources (Popularity: )
(Score: 20.96)
http://www.itmweb.com/ooprogram.htm
Extensive collection of the top resources for object oriented analysis, design, programming, and testing. References to some of the top personalities in the field.
Category:
Main\Computers\Programming\Methodologies\Object-Oriented
|
Object Oriented Fortran 90 (Popularity: )
(Score: 20.93)
http://www.cs.rpi.edu/~szymansk/oof90.html
Summarizes much of the current work in object oriented programming using Fortran 90 on scalar workstations and distributed-memory supercomputers.
Category:
Main\Computers\Programming\Languages\Fortran
|
Object Oriented Software in Ada 95 2nd Edition (Popularity: )
(Score: 20.75)
http://www.bton.ac.uk/ada95/home.html
The book describes an object-oriented approach to developing software using the programming language Ada 95.
Category:
Main\Computers\Programming\Languages\Ada
|
Programming Java Threads in the Real World, Part 8 (Popularity: )
(Score: 20.04)
http://www.javaworld.com/javaworld/jw-05-1999/jw-05-toolbox_p.html
Discusses architectural solutions to threading problems. Takes a look at threads from the perspective of an object-oriented designer, and at how to implement threads in an object-oriented environment, focusing on the implementation of asynchronous methods ...
Category:
Main\Computers\Programming\Threads\Java
|
REALbasic Object Oriented Cross Platform BASIC (Popularity: )
(Score: 19.88)
http://www.realbasic.com/
Object-oriented BASIC programming language. REALbasic is a powerful, easy-to-use tool for creating your own software for Macintosh, Mac OS X, and Windows. Designed for both beginners and professionals. Compiles and connects to SQL databases.
Category:
Main\Computers\Systems\Apple\Macintosh
|
OOP in JavaScript. (Popularity: )
(Score: 19.75)
http://www.codethat.com/doc/articles/article_jsoop.pdf
The article introduces the object model of the JavaScript programming language and demonstrates common practices in the OOP (object oriented programming) with the JavaScript.
Category:
Main\Computers\Programming\Languages\JavaScript
|
AOP: Aspect-Oriented Programming (Popularity: )
(Score: 19.68)
http://www2.parc.com/csl/projects/aop/
Methodology enabling modularizing of crosscutting concerns. Experience shows that with standard procedural or object-oriented languages it can be hard to modularize many design concerns. Outgrowth of Xerox PARC OO programming research.
Category:
Main\Computers\Programming\Methodologies\Aspect-Oriented
|
Kapsel (Popularity: )
(Score: 19.44)
http://tools.fiu.edu/
Experimental object-oriented programming language; looks and feels much like the original Smalltalk, adds features to specify access to object detail.
Category:
Main\Computers\Programming\Languages\Object-Oriented
|
Squeak: Object-Oriented Design with Multimedia Applications (Popularity: )
(Score: 19.34)
http://vig.prenhall.com/catalog/academic/product/0,4096,0130280283,00.html
By Mark Guzdial; Prentice Hall, 2000, ISBN 0130280283. For sophomore-senior courses in object-oriented programming or comparative languages where book on OO language is needed; focus: basics, compelling case studies. [Prentice Hall]
Category:
Main\Computers\Programming\Languages\Smalltalk
|
Object Oriented Programming in C (Popularity: )
(Score: 19.32)
http://www.accu.org/acornsig/public/articles/oop_c.html
Paul Field's fine, clear paper, published in C Vu 4:1 (November 1991), on how to use an object-like discipline with a procedural language.
Category:
Main\Computers\Programming\Languages\C
|
Object Oriented Programming in C (Popularity: )
(Score: 19.32)
http://www.accu.org/acornsig/public/articles/oop_c.html
Paul Field's fine, clear paper, published in C Vu 4:1 (November 1991), on how to use an object-like discipline with a procedural language.
Category:
Main\Computers\Programming\Languages\Object-Oriented
|
C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming (Popularity: )
(Score: 18.88)
http://pulpfreepress.com/content/Products/Books/1-932504-02-8/1932504028.html
Paperback edition of C++ programming textbook. Comes with CD-ROM.
Category:
Main\Computers\Programming\Languages\C++
|
The Object Oriented Programming Web (Popularity: )
(Score: 18.74)
http://OOPWeb.com
Directory of programming and computer science tutorials. A fast and easy to use programmer's reference.
Category:
Main\Computers\Education\Programming\FAQs, Help, and Tutorials
|
Why OO Sucks (Popularity: )
(Score: 18.74)
http://www.sics.se/~joe/bluetail/vol1/v1_oo.html
Short essay by Erlang programmer critiques object-oriented programming from the perspective of functional programming, mostly.
Category:
Main\Computers\Programming\Methodologies\Object-Oriented
|
Advanced COBOL for Structured and Object-Oriented Programming (Popularity: )
(Score: 18.62)
http://www.wiley.com/legacy/compbooks/catalog/31481-1.htm
Book by Gary DeWard Brown. A timely, pre-millennial update to the classic COBOL resource. This classic reference has been updated to address the current realities of life as a COBOL programmer, focusing on client/server applications and featuring a hands ...
Category:
Main\Computers\Programming\Languages\Cobol
|
Object-Oriented Programming in Fortran 2000 (Popularity: )
(Score: 18.54)
http://www.fortranlib.com/a0000001.htm
Essay by Werner W. Schulz opining on how object orientation and genericity should be added to Fortran.
Category:
Main\Computers\Programming\Languages\Fortran
|
C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming (Popularity: )
(Score: 18.54)
http://www.pulpfreepress.com/content/Products/Books/1-932504-00-1/1932504001.html
An eBook/PDF edition C++ programming textbook. Chapter samples, content. [Commercial]
Category:
Main\Computers\Programming\Languages\C++
|
Making Smalltalk: OO Thinking (Popularity: )
(Score: 18.54)
http://www.linuxgazette.com/issue65/steffler.html
Series on object-oriented programming for users new to OO, or programming. Text, code, screenshots. [Linux Gazette #65]
Category:
Main\Computers\Programming\Languages\Smalltalk
|
Making Smalltalk: Spreading the OO Fun (Popularity: )
(Score: 18.54)
http://www.linuxgazette.com/issue59/steffler.html
Series on object-oriented programming for users new to OO, or programming. Text, code, screenshots. [Linux Gazette #59]
Category:
Main\Computers\Programming\Languages\Smalltalk
|
Programming in Dino LG #47 (Popularity: )
(Score: 18.47)
http://www.linuxgazette.com/issue47/makarov.html
By Vladimir N. Makarov. Article on assembler and compiler programming, with example of programming an Oberon-2 (grammar) paser in Dino extensible, object oriented, garbage collected, scripting language. [Linux Gazette]
Category:
Main\Computers\Programming\Languages\Oberon
|
EusLisp Robot Programming Language (Popularity: )
(Score: 18.42)
http://www.etl.go.jp/~matsui/eus/
Object-oriented Lisp-based programming system designed specifically for the development of robotics software.
Category:
Main\Computers\Robotics\Software\Control
|
Making Smalltalk: Objects, Classes and Other Things (Popularity: )
(Score: 18.30)
http://linuxgazette.net/issue60/steffler.html
Series on object-oriented programming for users new to OO, or programming. Text, code, screenshots. [Linux Gazette #60]
Category:
Main\Computers\Programming\Languages\Smalltalk
|
Making Smalltalk with the Penguin (Popularity: )
(Score: 18.28)
http://www.linuxgazette.com/issue51/steffler.html
Series on object-oriented programming for users new to OO, or programming. Goal: introduce OO programming, and spread the fun of Smalltalking. Teaches Smalltalk generally by teaching Squeak. Text, code, screenshots. [Linux Gazette #51]
Category:
Main\Computers\Programming\Languages\Smalltalk
|
Blue: A System For Teaching Object-Oriented Programming (Popularity: )
(Score: 18.21)
http://www.cs.arizona.edu/people/mercer/design/kolling.html
By John Rosenberg, Michael Kölling; OOPSLA97 Workshop: Resources for Early Object Design Education. Article with contacts, references, links. [University of Arizona]
Category:
Main\Computers\Programming\Languages\Blue
|
Wegner, Peter (Popularity: )
(Score: 18.17)
http://www.cs.brown.edu/people/pw/home.html
Brown University - Interaction, compound and active document systems (such as OpenDoc, JavaBeans and ActiveX), object oriented programming, and programming languages.
Category:
Main\Computers\Computer Science\People\W
|
A Twisted Look at Object Oriented Programming in C# (Popularity: )
(Score: 18.17)
http://www.developerfusion.com/show/3821/
Article by Jeff Louie. An extensive examination of OO programming in C#, covering inheritance, constructors, interfaces, virtual and static methods.
Category:
Main\Computers\Programming\Languages\C-sharp
|
Object-Oriented Programming in Ada 9x. (Popularity: )
(Score: 18.09)
http://www.adahome.com/9X/OOP-Ada9X.html
OOP.
Category:
Main\Computers\Programming\Languages\Ada
|
Virtual Object System / Internet Virtual Reality (Popularity: )
(Score: 17.88)
http://interreality.org
A software infrastructure for distributed object-oriented programming. The primary application for VOS is a multiuser virtual environment run by many interconnected clients.
Category:
Main\Computers\Virtual Reality\Multi-User Systems
|
Xellsoft (Popularity: )
(Score: 17.77)
http://www.xellsoft.com/
Specialize in Python programming technology and object oriented databases, develop custom software and offer consulting in the area of internet, data communication, technical and scientific programming.
Category:
Main\Computers\Programming\Languages\Python
|
Object-oriented Resources: AmbySoft Home Page (Popularity: )
(Score: 17.73)
http://www.ambysoft.com/
Links, white papers, book ordering and other information for object-oriented developers.
Category:
Main\Computers\Software\Object-Oriented
|
Object-Oriented Pattern Digest (Popularity: )
(Score: 17.68)
http://patterndigest.com/
A catalog of object-oriented design, architectural patterns and idioms, articles, books, tools, forum, and links.
Category:
Main\Computers\Programming\Methodologies\Patterns and Anti-Patterns
|