Can someone point me in the right direction to write the following class so only the Command..
is accessible publically
what is the 'correct' way of writing this so Point and Shape are only accessible from that command
3 Replies
You can use nested classes/records
Meaning that those point and shape records are defined within the command record
You'd have to rewrite the command record to look like a typical class
yeah i think that's how i ended up going
If you have no more questions, consider closing this question using
/close