All Questions
Tagged with fortran programming-languages
1 question
2
votes
2
answers
556
views
Private variables and the old FORTRAN common blocks [closed]
This is a question that perplexes me about object oriented programming.
In some OOP languages (e.g. C++) a member function can access private variables of the class without restriction. That means ...