P
portroe
Hi all,
I have built a base class person.vb, which is defined
Public MustInherit Class Person
My second class is called student.vb, which has as its first line
Public Class Student
Inherits Person
I however receive an error in the code here saying, type person is not
defined,
I have obviously overlooked something,
any help apprecaited
thanks
Portroe
I have built a base class person.vb, which is defined
Public MustInherit Class Person
My second class is called student.vb, which has as its first line
Public Class Student
Inherits Person
I however receive an error in the code here saying, type person is not
defined,
I have obviously overlooked something,
any help apprecaited
thanks
Portroe