VB.Net: Class Inheritance make one class another

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-04-27T17:05:10Z Indexed on 2010/04/27 17:33 UTC
Read the original article Hit count: 98

Filed under:
|

I have an organization that has clients and students, every student begins as a client. If I have a Client class and a student class that inherits from client. How do I make a client a student?

© Stack Overflow or respective owner

Related posts about classes

Related posts about inheritance