Hi..
Let's say I import a self made business object.
dim myObj as new MyBusinessObject
..in this object I have numerous of functions, and I call them like this:
myObj.function1
myObj.function2
myObj.Car
..but how can I make myObj.Car call for another method, ex color? Like this:
myObj.Car.Color("red"
Anyone know a good tutorial for this. Is it "polymorphic" code that I need?
Regards, Tommy
Let's say I import a self made business object.
dim myObj as new MyBusinessObject
..in this object I have numerous of functions, and I call them like this:
myObj.function1
myObj.function2
myObj.Car
..but how can I make myObj.Car call for another method, ex color? Like this:
myObj.Car.Color("red"
Anyone know a good tutorial for this. Is it "polymorphic" code that I need?
Regards, Tommy