Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limit of sub classing
Message
From
18/12/1997 13:40:20
 
 
To
18/12/1997 13:29:19
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00066939
Message ID:
00066986
Views:
38
>VB's objects are based on the Component Object Model (or COM). There is no parent/child relationship between objects. Visual Basic is also not a true Object Oriented language.
>
>There is really no such thing as subclassing an object in VB. What you do is implement interfaces on an object. This is called Interface Polymorphism. Once you create the objects interfaces, you then supply the code to implement whatever the task is.
>
>That's a quick snapshot of some differences.
>
>To answer your question, no, it's not a bug. You are trying to do something with VB that it doesn't do.

This is what I was afraid of. If we can't build classes of objects with level of classes, it might be difficult to do RAD and have to redo the same things from application to application. Is this why there is no RAD tool for VB?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform