What is a Garbage Collector?

recycling-waste-garbage-portrait-municipal-worker-collector-truck-loading-trash-bin-34396471.jpg

1. What is it? #

2. How does garbage collector work? #

figure1.png

 
5
Kudos
 
5
Kudos

Now read this

References in OOP

1. What is a reference? # Reference, a concept of OOP language, is a variable contains a value of the address which refers (or points) to where in memory an object is stored. To make it easier to understand, let me give an example: Your... Continue →