Hi,
I created a custom class and i want this class to contain an attribute that is also another custom class. I dont know how to achieve this in vfp.
Here is a sketch of what i want to do:
myCustomClass2 {
attribute1 type: string
}
myCustomClass1 {
classAttrib type: myCustomClass2
}
I created a custom class and i want this class to contain an attribute that is also another custom class. I dont know how to achieve this in vfp.
Here is a sketch of what i want to do:
myCustomClass2 {
attribute1 type: string
}
myCustomClass1 {
classAttrib type: myCustomClass2
}