We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c56fd8 commit 59d5153Copy full SHA for 59d5153
CCVT_Code_Distribute/src/com/rt/cloning/Department.java
@@ -1,9 +1,10 @@
1
package com.rt.cloning;
2
-//Comeent Added Here
+//Hello CCVT, from Amandeep Malik
3
public class Department implements Cloneable{
4
5
private int did;
6
private String dname;
7
+ System.out.print("HEllO CCVT FROM AMANDEEP MALIK")
8
public int getDid() {
9
return did;
10
}
0 commit comments