This site requires JavaScript, please enable it in your browser!
Greenfoot back
Elijahmendoza
Elijahmendoza wrote ...

2019/6/3

Need help with actors

Elijahmendoza Elijahmendoza

2019/6/3

#
Hi, can anyone help me? Can an actor access another acting without extending it? Sorry, I’m new.
danpost danpost

2019/6/3

#
Elijahmendoza wrote...
Can an actor access another acting without extending it? Sorry, I’m new.
Extending is not used for providing access -- it is only used for inheritance. Getting references and using public methods (or fields) provide access. You will have to provide details for quick decent help.
You need to login to post a reply.