14 July 2025 and some saved old ones added.
This commit is contained in:
parent
62df64cead
commit
4812591cef
7 changed files with 233 additions and 0 deletions
15
14july2025/old1/Buyukbaba.java
Normal file
15
14july2025/old1/Buyukbaba.java
Normal file
|
@ -0,0 +1,15 @@
|
|||
public class Buyukbaba {
|
||||
private String a = "Hebele";
|
||||
|
||||
public Buyukbaba(String a) {
|
||||
System.out.println(a);
|
||||
}
|
||||
|
||||
public String getA() {
|
||||
return a;
|
||||
}
|
||||
|
||||
public void setA(String a) {
|
||||
this.a = a;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue