Answer:
the answer is in the image below:
Explanation:
A auto trans cooling system is the fan that is in the motor that is in the computer and when it gets hot then that can kicks on and cools it down.
In your question whereas there is a class named window and it would be like this:
class window {
//code here
}
Next is there is a function called close and freeresource and it goes like this:
class window{
function close( ){
//code here
}
function freeresource( ){
// code here
}
public destruct (){
this.close();
this.freeresource();
}
}
The last code function destruct invokes the function close and freeresource. Hope this would help
3 would be self management