Object Oriented Programming
- Posted by Joe Otto <jotto at NETZERO.NET> Jun 29, 1999
- 654 views
Hello all... When I first learn a new programming language I usually pick a project to get accustomed to the syntax, etc. When I started learning Euphoria I decided to write an OOP library. I'm getting close to completing the alpha version. It's loosely modeled after the way C++ handles objects. Here's a preliminary feature list: Reasonably straightforward syntax Virtual methods that can be overloaded by child classes Inheritance from multiple base classes Class-wide common variables and constants Data hiding through the use of Public, Protected, and Private access Type-checking User-defined object persistence Accessed by reference Passing as arguments to subroutines by reference is implied and automatic If anyone's interested: 1) Let me know and I'll post it when it's usable 2) I'll probably need help writing a demo using it 3) Feel free to suggest features I may have forgotten Thanks... Joe ________________________________________________________ NetZero - We believe in a FREE Internet. Shouldn't you? Get your FREE Internet Access and Email at http://www.netzero.net/download/index.html