Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Methodology of OOP
Message
From
14/12/2001 19:30:49
 
 
To
14/12/2001 16:52:59
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00594675
Message ID:
00594723
Views:
25
>Can someone say to me how to develop framework for applications, how to develop classes, what OOP metodhology to use...
>I know basics of programming, but I don't know how to plan and create classes, framework...

Here are some resources from the UT library which are good for general concepts:

Various programming styles compared:
http://www.codeproject.com/cpp/programming_styles.asp

Sun's overview of OO concepts and implementing them in Java:
http://java.sun.com/docs/books/tutorial/java/concepts/index.html

Object oriented modelling:
http://www.codeproject.com/cpp/oopuml.asp

Steven Black is a great proponent of using VFP as a fully object-oriented language. His interactive WIKI is a fine resource for showing Fox used in that way:

http://fox.wikis.com/wc.dll?Wiki~FoxForumWiki

From the main page, just search on 'object' and you'll find a number of references as a starter.


One framework that probably wouldn't be that helpful is the one included with VFP. The code tends to be clever, hard to read, and some of it just doesn't work.

If you've been programming and are new to VFP, Whil Hentzen's book on VFP might be a good place to start to get a feel for the environment, although I believe it's based on an older version of VFP. www.Hentzenwerke.com.

Steve and Jim's book -- which Larry mentioned -- has the essential elements needed to create an OO application in VFP.

HTH,

Jay
Previous
Reply
Map
View

Click here to load this message in the networking platform