Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Transfer a variable from the Main Class file to the Class file of an Object

New Here ,
Jul 06, 2021 Jul 06, 2021

Hello,

 

I would like to know if someone can help me with this question.

I want to transfer the value of a variable from the main class file to the class file of an object. How can I access the value of the variable in the main class from within the object class file?

Thanks for helping with this question.

 

Franciska Du Toit

 

 

229
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jul 06, 2021 Jul 06, 2021

Just write a public "getter" function in the main class that returns the value of the variable.

Translate
LEGEND ,
Jul 06, 2021 Jul 06, 2021

Just write a public "getter" function in the main class that returns the value of the variable.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 07, 2021 Jul 07, 2021
LATEST

Thanks ClayUUID - that was the help I needed. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines