Re: Pass by Reference
- Posted by Steady Jan 05, 2015
- 2752 views
ryanj said...
Not that OOP necessarily has anything to do with pass by reference,
I would have thought that OOP has a lot to do with pass by reference, because OOP is somewhat a result of larger and larger sets of data available as monolithic sequences or graphics or what-have-you. You are talking about Objects and Objects are easily referenced by pointers. The reasonable time efficient method of passing a variable for working on was to do a PBR and let the function access the data.