Sign in
Log inSign up

How are global object instances commonly handled in OO languages?

ags's photo
ags
·Jul 4, 2017

I'm a pretty seasoned procedural programmer who only quite recently made the jump to an object-oriented language (Java and C#) and I am having a very hard time understanding how global objects are commonly handled.

For instance, I have a multiplayer game that allows up to 4 players to connect to a server. I have an object with all its methods, etc... I create a new player object instance when a new player connects, but how can I carry these instances over to other source files?

Hassle-free blogging platform that developers and teams love.
  • Docs by Hashnode
    New
  • Blogs
  • AI Markdown Editor
  • GraphQL APIs
  • Open source Starter-kit

© Hashnode 2024 — LinearBytes Inc.

Privacy PolicyTermsCode of Conduct