Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This #1

Open
VB10 opened this issue Jun 13, 2020 · 0 comments
Open

This #1

VB10 opened this issue Jun 13, 2020 · 0 comments

Comments

@VB10
Copy link

VB10 commented Jun 13, 2020

Aynı sınıf içerisinde genelde aynı veriable geldiğinde birbirini diğerinden ayırmak için this ile üst sınıfdakini işaret ediyoruz normalde buna çok gerek yok diyebilirim.
Örnek
`Class A{
String name;

void setUserName(String name){
this.name = name;
}
}`

this.veriGetir();

@doganoguz doganoguz added this to test Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant