Update for 01-04-22 00:45
This commit is contained in:
parent
04646eb7e1
commit
1f4cb54591
@ -34,6 +34,16 @@ can run on almost anything.
|
|||||||
}
|
}
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
=== Copy Constructor ===
|
||||||
|
|
||||||
|
{{{
|
||||||
|
public class MyClass{
|
||||||
|
public MyClass(MyClass myclass){
|
||||||
|
//copy constructor here
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}}}
|
||||||
|
|
||||||
=== Deconstructor/Finalize ===
|
=== Deconstructor/Finalize ===
|
||||||
|
|
||||||
finalize provides security and is called by the garbage collector. We can call
|
finalize provides security and is called by the garbage collector. We can call
|
||||||
|
Loading…
Reference in New Issue
Block a user