Object Oriented Programming Update
Here's an updated feature list for OOP library I'm working on. I should have an
alpha version ready for upload in the next few days.
Joe
-- Implemented features include:
-- Inheritance from multiple base classes is fully supported
-- Virtual base class inheritance ensures that each superclass is instantiated
only once
-- Virtual and non-virtual routines with name overloading are fully supported
-- Overloaded routines take precedence over inherited, although either can be
accessed
-- Constructors and destructors are fully supported
-- Default member values are supported - allows writing a Constructor to be
optional
-- Common variables for an entire class are supported
-- Common constants for an entire class are supported
-- Members can be hidden using Public, Published, Protected, and Private
access types
-- Member access can be granted to a specific non-related "friend" class
-- Type checking of member data is fully supported
-- Instantiated objects have a user-defined persistence
-- Access is by reference, so passing by reference is implied and automatic
________________________________________________________
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
|
Not Categorized, Please Help
|
|