Posts by Rodrigo Costa • 23 points
2 posts
-
1
votes1
answer138
viewsQ: How to determine the level of access of the elements of a class?
This is a question of the Secitec 2018 competition for the position of computer teacher. I appealed to this question because there are no qualifiers, but access modifiers such as: private, protected…
-
1
votes2
answers138
viewsQ: Are variables declared within blocks or subprograms dynamically allocated?
I’m reading the book "Algorithms and Programming with Examples in Pascal and C" and in it there are two paragraphs that left me in doubt, are they: Two alternative forms are offered by some…