Class with Inherited Class as an Array

G

Guest

How can the top class have one of its elements be an array of the inherited
class?

Public Class2
Inherits Class1
Public SomeInfo as String
Public StringArray() as Class1
End Class

Public Class1
Public MyString as String
End Class

Totally lost on this! Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top