Posts by Abel SCJ • 27 points
3 posts
-
1
votes1
answer700
viewsQ: Association between classes with PHP
I searched for content on class relationships, more specifically association, but all the examples I found were not properly encapsulated (attributes and methods declared public), I tried to make an…
-
0
votes1
answer98
viewsQ: Limit IP address
I am with a project of an online supermarket and my client wishes that only those who live within the city where he owns this supermarket can place orders. He has problems because he already has…
-
0
votes0
answers246
viewsQ: How to exclude elements from a registry vector in Pascal
I’m doing a work for the course, and every time a person typed a value from an index of the record vector element, all the data from it was erased, would that be possible? If so, how do I?