J
Johnny Emde Jensen
Hello
I have made a class/class environment
It looks like this
Environment
User
Computer
Network
Software
The User, Computer, Network and Software are also classes.
When I instansiate Environment (dim objEnv as Enviornment = New Environment)
the objEnv automatically instansiate user, computer, network and software.
In my code i like to hide the User, Computer, Network and Software so that
these can't be instasiated outside the Environment Class
Is it possible?
Kind regards
Johnny E Jensen
I have made a class/class environment
It looks like this
Environment
User
Computer
Network
Software
The User, Computer, Network and Software are also classes.
When I instansiate Environment (dim objEnv as Enviornment = New Environment)
the objEnv automatically instansiate user, computer, network and software.
In my code i like to hide the User, Computer, Network and Software so that
these can't be instasiated outside the Environment Class
Is it possible?
Kind regards
Johnny E Jensen