Geometry.Net - the online learning center
Home  - Basic_O - Object-oriented Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 187    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Object-oriented Programming:     more books (100)
  1. OMT Insights: Perspective on Modeling from the Journal of Object-Oriented Programming (SIGS Reference Library) by James Rumbaugh, 1997-12-13
  2. Object Oriented Programming in Eiffel by Robert Rist, Robert Terwilliger, 1995-03
  3. OOPSLA `99 Conference Proceedings: Object-Oriented Programming Systems, Languages, and Applications by ACM, 1999-11-05
  4. Java For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming by Kasparian Raffi, 2006-04-15
  5. Object Oriented Programming: A Unified Foundation (Progress in Theoretical Computer Science) by Giuseppe Castagna, 1997-01-01
  6. The Waite Group's C++ primer plus: Teach yourself object-oriented programming by Stephen Prata, 1991-05
  7. Object-Oriented Programming: A New Way of Thinking by Donald W. Macvittie, Lori A. Macvittie, 1996-03
  8. Mastering C++: An Introduction to C++ and Object-Oriented Programming for C and Pascal Programmers by Cay S. Horstmann, 1995-08
  9. The Java Tutorial: Object-Oriented Programming for the Internet (2nd Edition) by Mary Campione, Kathy Walrath, 1998-03-06
  10. Straley's Guide to Object-Oriented Programming With Ca-Visual Objects by Stephen J. Straley, 1996-10
  11. The Waite Group's Object-Oriented Programming in Turbo C++ by Robert Lafore, 1991-10
  12. Object-Oriented Programming: with Prototypes (EATCS Monographs in Theoretical Computer Science) by Günther Blaschek, 1994-12-13
  13. Object Oriented Programming Using C++ by B. Chandra, 2002-05-22
  14. Object-Oriented Programming Systems

101. Eiffel Online Book
This page is provided for anyone who is interested in learning objectoriented programming in Eiffel. There are two main sections in the Online Eiffel book
http://www-staff.socs.uts.edu.au/~rist/eiffel/
- THE ON-LINE BOOK -
This page is provided for anyone who is interested in learning Object-Oriented Programming in Eiffel . There are two main sections in the Online Eiffel book which are The language and Case study . You may read through The language part first then look at the Case study for examples of each topic covered in The language You can also download the Free Eiffel for Windows as well as the book Object-Oriented Programming in Eiffel If you have any questions, please feel free to email the author Robert Rist. rist@socs.uts.edu.au

102. Crossroads Feature Articles
The student magazine of the Association for Computing Machinery, Crossroads has published many articles on objectoriented programming.
http://www.acm.org/crossroads/doc/indices/features.html#Object Oriented Programm
Features
Focus on Student Life:
Themes of Feature Articles:
Algorithms Artificial Intelligence

103. Introduction To Object-Oriented Programming Using C++
Introduction to objectoriented programming Using C++.
http://www.tiem.utk.edu/~gross/c man/tutorial.html

104. C# And VB Object-Oriented Programming In Visual Studio .NET
objectoriented programming (OOP) is here to stay. Microsoft has pledged support for OOP by incorporating two major changes to the latest version of Visual
http://www.developer.com/net/csharp/article.php/1465681
IT MANAGEMENT CIO Update
Datamation
eCRMGuide ... IT NEWS Developer.com Earthweb CodeGuru Gamelan Jars Wireless ...
Xamlon Refocuses Amidst XAML Craze
September 16, 2005
Is Image Everything to Microsoft?
September 16, 2005
Dell Puts Mandriva on Latitude for Students
September 16, 2005
Microsoft Has a Laugh at Itself
September 16, 2005
Developer.com Update Codeguru.com Update Jars.com Update Gamelan.com Update 15Seconds HTML 15Seconds Text 4 Guys from Rolla ASP Wire ASP 101 Database Journal DBASupport Java Boutique JNews IT Career Source Tech Events List VB Wire WebDeveloper.com WebReference HTML WebReference Text Virtual Dr. Text Enterprise Networking Planet Whitepaper: The Wireless Office, Laying the Foundation for a Wireless Enterprise. Intel's IT identified the benefits and challenges of implementing a completely wireless network in an Intel office building. C# and VB Object-Oriented Programming in Visual Studio .NET
By Yan Locas and Erik Renaud
Go to page: Next Object-Oriented Programming (OOP) is here to stay. It's a programming paradigm that emulates the human way of seeing things. Microsoft has pledged support for OOP by incorporating two major changes to the latest version of Visual Studio .NET. First, C# has been introduced as a brand new object-oriented language specifically designed for .NET. Second, Visual Basic has matured as a full-fledged Object-Oriented Programming (OOP) language. This article will explore the significance of these changes to the Microsoft development community and offer tips for programming in VB.NET. Specific questions to be addressed include:

105. Discovering Smalltalk - Addison-Wesley And Benjamin Cummings Catalog
By Wilf R. Lalonde; AddisonWesley, 1994, ISBN 0805327207. Comprehensive introduction to language, detailed coverage of fundamental object-oriented programming concepts objects, parts, methods, classes, inheritance. Addison-Wesley
http://www.aw-bc.com/catalog/academic/product/0,4096,0805327207,00.html
Select a Discipline Chemistry Computer Science Economics Finance Life Science Mathematics Physics / Astronomy Statistics by Keyword by Author by Title by ISBN Advanced Search View Cart ABOUT THIS PRODUCT Table of Contents About the Author(s) RESOURCES Discipline-Specific RELATED TITLES SmalltalkProgramming (Computer Science) Discovering Smalltalk View Larger Image Wilf LaLonde
ISBN: 0-805-32720-7
Publisher: Addison Wesley Professional
Format: Paper; 576 pp
Our Price: $47.95
Status: Available on Demand
Add to Cart Instructor Exam Copy Print Product Information
Pearson Education
Legal Notice Permissions

106. Object-Oriented Programming In Oberon-2
Tutorial with history, descriptions, code samples, references.
http://statlab.uni-heidelberg.de/projects/oberon/kurs/www/Oberon2.OOP.html
Home Up Intro Contents Chapter Design Assert Timing EBNF ... Pas Last Changed: Nov. 19, 1997 This is a conversion from Oberon text to HTML. The converter software is still under development, and some features or information may be missing in this converted version. HTML hypertext facilities are not yet active in this document. To exploit the interactive facilities, use Oberon System 3 and the source of this text, available as ASCII-coded Oberon System 3 documents . A previous version is also available for Oberon V4. To access this and other additional material use ftp For the convenience of our students, most of this information and the related material is in German. Sorry if this is not one of your languages.
G. Sawitzki OBJECT-ORIENTED PROGRAMMING IN OBERON-2
ABSTRACT

Oberon-2 is a refined version of Oberon developed at ETH. It introduces type-bound procedures, read-only export of data, and open array variables. The For statement is reintroduced. This paper concentrates on type-bound procedures which make Oberon-2 an object-oriented language with dynamically-bound messages and strong type checking at compile time. Messages can also be sent as data packets (extensible records) that are passed to a handler procedure and are interpreted at run time. This is as flexible as the Smalltalk message dispatching mechanism. Objects carry type information at run time which allows dynamic binding of messages, run time type tests, and the implementation of persistent objects. Oberon-2 is available on various machines.

107. The Essence Of Object Oriented Programming With Java And UML
Object Oriented Resources. To see the nonframes version of The Essenence of object-oriented programming, click here
http://www.objectcentral.com/oobook/oobook.htm
To see the non-frames version of The Essenence of Object-Oriented Programming , click here:

108. Squeak: Object-Oriented Design With Multimedia Applications - Prentice Hall Cata
By Mark Guzdial; Prentice Hall, 2000, ISBN 0130280283. For sophomoresenior courses in object-oriented programming or comparative languages where book on OO language is needed; focus basics, compelling case studies. Prentice Hall
http://vig.prenhall.com/catalog/academic/product/0,4096,0130280283,00.html
Select a Discipline Accounting and Taxation Agriculture Allied Health: Clinical Lab Science / Medical Tech Allied Health: Dental Hygiene / Dental Assisting Allied Health: Health Professions Allied Health: Massage Therapy Allied Health: Medical Assisting Allied Health: Physical / Occupational Therapy Allied Health: Respiratory Therapy Anthropology Art Automotive Technology BRADY: EMS / Emergency Medical Services Biology Business Communications Business Law Business Math Business Programming Business Studies CAD / Engineering Graphics / Drafting Chemistry Chinese Civil / Construction Technology Computer Applications / Microsoft Office Computer Concepts Computer Graphics / Arts Computer Science Computer Training and Certification Contren Counseling Criminal Justice Decision Science Economics Education: Agricultural Education Education: Early Childhood Education Education: Foundations / Intro to Teaching Education: Instructional Technology Education: Special Education Electronics and Computer Technology Engineering: Bioengineering Engineering: Chemical Engineering: Civil and Environmental Engineering: Electrical Engineering: General Engineering: Industrial Engineering: Mechanical English: Composition English: Developmental Environmental Science Environmental Technology Fashion Finance Fire / Police Science Foods and Nutrition French Geography Geology / Oceanography German Greek History Insurance Interior Design Introduction to Business Italian Japanese Latin MIS Management Marketing Mathematics Mech / Manufacturing / Industrial Tech Music Nursing - LPN / LVN

109. Journal Of Object-Oriented Programming (JOOP)
Journal of objectoriented programming (JOOP). Volume 11, 1998/1999 Volume 10, 1997/1998 Volume 9, 1996/1997 Volume 8, 1995/1996 Volume 7, 1994/1995
http://www.informatik.uni-trier.de/~ley/db/journals/joop/
Journal of Object-Oriented Programming (JOOP)
DBLP: [ Home Author Title Conferences ... Journals
Fri Sep 23 23:15:21 2005 by Michael Ley ley@uni-trier.de

110. ECOOP
Listing of the conferences and their workshops from 1987 to 2002 with links to the proceedings' TOCs. Some links to homepages as well as the official page.
http://www.informatik.uni-trier.de/~ley/db/conf/ecoop/index.html
European Conference on Object-Oriented Programming (ECOOP)
ECOOP Home Page (Berne, Switzerland)
Object-Orientation Ph.D. Network
19. ECOOP 2005: Glasgow, UK
ECOOP 2005 Home Page
18. ECOOP 2004: Oslo, Norway
Martin Odersky (Ed.): ECOOP 2004 - Object-Oriented Programming, 18th European Conference, Oslo, Norway, June 14-18, 2004, Proceedings. Lecture Notes in Computer Science 3086 Springer 2004, ISBN 3-540-22159-X
Contents
BibTeX ECOOP 2004 Home Page Walter Cazzola ... Jacques Malenfant (Eds.): Object-Oriented Technology: ECOOP 2004 Workshop Reader, ECOOP 2004 Workshops, Oslo, Norway, June 14-18, 2004, Final Reports. Lecture Notes in Computer Science 3344 Springer 2005, ISBN 3-540-23988-X
Contents
BibTeX
17. ECOOP 2003: Darmstadt, Germany
Luca Cardelli (Ed.): ECOOP 2003 - Object-Oriented Programming, 17th European Conference, Darmstadt, Germany, July 21-25, 2003, Proceedings. Lecture Notes in Computer Science 2743 Springer 2003, ISBN 3-540-40531-3
Contents
BibTeX ECOOP 2003 Home Page Frank Buschmann ... Mariano Cilia (Eds.): Object-Oriented Technology: ECOOP 2003 Workshop Reader, ECOOP 2003 Workshops, Darmstadt, Germany, July 21-25, 2003, Final Reports. Lecture Notes in Computer Science 3013 Springer 2004, ISBN 3-540-22405-X

111. Flash MX 2004 -- New Object-oriented Programming Model
The objectoriented programming (OOP) features in ActionScript 2.0 are based on the ECMAScript 4 Draft Proposal currently in development by ECMA TC39-TG1
http://www.macromedia.com/go/livedocs_flmx2004_as_oo_prog
New object-oriented programming model
class interface extends , and implements , ActionScript syntax is now easier to learn for programmers who are familiar with other languages. New programmers can learn more standard terminology that they can apply to other object-oriented languages they might study in the future. www.mozilla.org/js/language/es4/index.html Strict data typing ) and provides significantly improved compiler errors (see Error Messages
  • class extends implements ... import You can import individual class files implicitly (by storing them in a location specified by global or document-specific search paths and then using them in a script) or explicitly (by using the import command); you can import packages (collections of class files in a directory) by using wildcards.
Caution:
No comments found Send me an e-mail when comments are added to this page Comment Report Current page: http://livedocs.macromedia.com/flash/mx2004/main_7_2/00000754.html

112. Jecel's Home Page
Degree Electrical Engineering, Escola Politecnica, University of Sao Paulo, Brazil, specialty microelectronics. Interests objectoriented programming, distributed OSs, computer graphics, IC design, cart racing, scuba diving.
http://www.lsi.usp.br/~jecel/jecel.html
"May the Forth be with you!"
Jecel Mattos de Assumpcao Jr
I am a hacker in the early 80s sense of the word: a guy who goes as deep as possible into the mysteries of computing. Not happy with the ways things are, I created the Merlin Project in 1984 inspired by the work of the Smalltalk group at the Xerox Palo Alto Research center. Neat developments like Linux, the Mac and Windows have brought information technology to the 70s level. Isn't it time we moved on beyond that? I got a degree in Electrical Engineering from the Escola Politecnica of the University of Sao Paulo in 1990, with a specialization in "Microelectronics" (integrated circuit design). Interests include object oriented programming, distributed operating systems, computer graphics, IC design, kart racing and scuba diving.
  • A list of what I have done so far. Some of the papers I have written describe this project. bookmarks to see where I spend my time on the Web.
Computer Languages I've Programmed In
Ada, APL, assembler ( 2650, 6502, Z80, 6809, 680X0, 80X86, 8048, ARM, SPARC, MIPS, i860, Transputer, PowerPC ), BASIC, Beta, C ( and object oriented variations like C++ ), COBOL, Forth, FORTRAN, FP, LISP, Logo, Occam, Pascal, Perl, Postscript, Prolog, Python, Smalltalk, Self, xBase
Visit Jecel's Laboratory
To the very left you can see the tired hacker himself. Right in front of him is Gandalf, a 166MHz MMX Pentium machine with 32 MB of RAM running Debian 1.3.1 Linux. This is the main development computer and runs the DNS server, the Apache web server and so on. It is not easy to see in the picture, but it has a SCSI ZIP drive, a quad-speed CD-ROM drive and a SoundBlaster 32 card. It is connected to the Trellis 14.4K external modem (right above Gandalf and under the phone) and to a generic 17 inch monitor.

113. Extending Tcl For Dynamic Object-Oriented Programming
Extending Tcl for Dynamic objectoriented programming. Proceedings of the Tck/Tk Workshop 95, Toronto, Ontario, July 1995.
http://tns-www.lcs.mit.edu/publications/tcltk95.djw.html
Extending Tcl for Dynamic Object-Oriented Programming
Proceedings of the Tck/Tk Workshop 95, Toronto, Ontario, July 1995.
Authors
D. Wetherall and C. J. Lindblad
Abstract
Object Tcl is an extension to the Tool Command Language (Tcl) for the management of complicated data types and dynamic object-oriented programming in general. We believe it is a worthy alternative to other object-oriented programming extensions (including [incr Tcl]) because it may be used dynamically, allows for per object specialization, has an economy of design and implementation, and provides a metaobject-based class system. Its design was driven by our VuSystem application needs to create a foundation with powerful abstraction and introspection capabilities, yet we sought to retain both the spirit and benefits of Tcl. This paper presents Object Tcl, emphasizing language design and implementation issues by comparing it with alternative systems.
Text
.ps .ps.gz
Code Distribution
ftp://ftp.tns.lcs.mit.edu/pub/otcl/

114. Microsoft Chimes In With New C Sharp Programming Language
Following on from its .NET plans announced last week, Microsoft has announced its C (C sharp) objectoriented programming language for building XML-based applications.
http://www.xephon.com/news/00063019.html
30 June 2000
Microsoft chimes in with new C sharp programming language
Following on from its .NET plans announced last week, Microsoft has announced its C# (C sharp) object-oriented programming language for building XML-based applications. Deriving from Visual C++, it promises to enable C and C++ developers to use existing skills to build XML programs. It's being aimed, says the vendor, at building better Web applications and components with fewer lines of code or opportunities for error. It says the tool will let developers build Web services that can be used across the Internet from any language on any platform. It will also enable complete access to the underlying platform, as well as low-level code control, for building complex business systems. What's more, the company is working on a standard for C# with the European ECMA standards body, with whom Sun fell out over the standards process for Java. C# specifications have been submitted and it's being supported by the likes of Andersen Consulting, Fujitsu Software, Pandesic, Razorfish, Seagate Software, and USWeb/CKS. Web address: http://www.microsoft.com

115. Freshmeat.net: Project Details For Squeak
Superportable, multi-media capable Smalltalk-80 based object-oriented programming environment, coded in all Smalltalk, high-performance VM, made by compiling Squeak VM code into efficient, portable C. Two GUIs Morphic (from Self language), original MVC. Status page description, release announcements, downloads, comments, links, contact. freshmeat.net, Open Source, SqueakL
http://freshmeat.net/projects/squeak/
OSTG ThinkGeek Slashdot ITMJ ... Whitepapers Ads_kid=0;Ads_bid=0;Ads_xl=0;Ads_yl=0;Ads_xp='';Ads_yp='';Ads_xp1='';Ads_yp1='';Ads_opt=0; Ads_wrd='Squeak,Intended_Audience,Developers,Operating_System,POSIX,Linux,License,Freely_Distributable,Development_Status,6_Mature,Environment,MacOS_X,Plugins,X11_Applications,Win32MS_Windows_,Other_Environment,End_Users_Desktop,MacOS,Unix,Programming_Language,Smalltalk,Topic,Desktop_Environment,Education,Multimedia,Software_Development,Microsoft,Windows,Windows_CE,Other_OS,User_Interfaces,Free_To_Use_But_Restricted'; Ads_prf='page=projects'; Ads_par='';Ads_cnturl='';Ads_sec=0;Ads_channels='RON_P1_Leaderboard'; Sat, Sep 24th home browse articles ... scoop 09:36 PDT Search for in projects articles comments
web results by YAHOO! search Section Main Unix Handhelds Mac OS X Themes login
register

recover password

[Project]
... [Project]
Squeak - Default branch
Section: Unix

Ads_kid=0;Ads_bid=0;Ads_xl=0;Ads_yl=0;Ads_xp='';Ads_yp='';Ads_xp1='';Ads_yp1='';Ads_opt=0; Ads_wrd='Squeak,Intended_Audience,Developers,Operating_System,POSIX,Linux,License,Freely_Distributable,Development_Status,6_Mature,Environment,MacOS_X,Plugins,X11_Applications,Win32MS_Windows_,Other_Environment,End_Users_Desktop,MacOS,Unix,Programming_Language,Smalltalk,Topic,Desktop_Environment,Education,Multimedia,Software_Development,Microsoft,Windows,Windows_CE,Other_OS,User_Interfaces,Free_To_Use_But_Restricted'; Ads_prf='page=projects'; Ads_par='';Ads_cnturl='';Ads_sec=0;Ads_channels='RON_P2_Skyscraper'; Ads_kid=0;Ads_bid=0;Ads_xl=0;Ads_yl=0;Ads_xp='';Ads_yp='';Ads_xp1='';Ads_yp1='';Ads_opt=0; Ads_wrd='Squeak,Intended_Audience,Developers,Operating_System,POSIX,Linux,License,Freely_Distributable,Development_Status,6_Mature,Environment,MacOS_X,Plugins,X11_Applications,Win32MS_Windows_,Other_Environment,End_Users_Desktop,MacOS,Unix,Programming_Language,Smalltalk,Topic,Desktop_Environment,Education,Multimedia,Software_Development,Microsoft,Windows,Windows_CE,Other_OS,User_Interfaces,Free_To_Use_But_Restricted'; Ads_prf='page=projects'; Ads_par='';Ads_cnturl='';Ads_sec=0;Ads_channels='RON_OSTG_Services';

116. Have OOPL, Will Travel
Teacher and author in the field of objectoriented programming Languages (OOPL) since 1989.
http://www.oopl.com

117. Forwarding To OOPSLA 2005 Entrance
Annual ACM SIGPLAN Conferences on objectoriented programming, Systems, Languages, and Applications. Next meeting Seattle, Washington, USA; 48 November 2002.
http://oopsla.acm.org/

118. OO Type Theory
Listing of information about research on type systems for objectoriented programming. (Laurent Dami)
http://cuiwww.unige.ch/OSG/research/Hop/types.html

119. Interreality Project - Virtual Object System
A software infrastructure for distributed objectoriented programming. The primary application for VOS is a multiuser virtual environment run by many interconnected clients.
http://interreality.org
Home About Screenshots
Download
... Wiki
VOS: Helping People and Programs Communicate
The Interreality project is a collection of Open Source Free Software projects based on the Virtual Object System (VOS) platform. The goal of the Interreality project is to develop a free and open platform for multiuser 3D virtual reality and interactive, collaborative 3D virtual spaces. As part of this effort we have developed the Virtual Object System, a powerful networking platform with many applications in and beyond virtual reality. The VOS community is small but growing and we invite you to join us. What is VOS? Contact: Website problems: This webpage was generated and served by HyperVOS Want to help support VOS development and Interreality.org maintainance through Amazon.com purchases? Check out this list of books, music and gadgets.

120. Don't Fear The OOP
A java tutorial that shows you why Coding Java (or any other objectoriented programming) is just like writing a trashy Western novel. By Jos Claerbout.
http://sepwww.stanford.edu/sep/josman/oop/
Don't fear the OOP
A java tutorial that shows you why Coding Java
(or any other object-oriented programming)
is just like writing a trashy Western novel.
How to understand Java by looking at pretty colors.
by Jos Claerbout
E N T R A N C E
in html
in PDF
in MS Word Jos was inspired by Matthias Schwab to learn about OOP (Object Oriented Programming) and Java. The first thing Jos did with Java was to write a manual in his own inimitable style: Jos met Matthias in the summer of '97. "Matt was helping Jos learn Java, but it must be said that they spent a good deal of time discussing 'Life, the Universe and Everything' as well. Both were well read and literate, and both enjoyed proving it," recalls Andrew Long . Matthias tells us much more About a hundred Oop readers per day come from many places . Here are some cyber thanks from students: [
return to the Life of Jos

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 6     101-120 of 187    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter