Skip to content

Instantly share code, notes, and snippets.

@denizfurkan
Created May 10, 2019 14:49
Show Gist options
  • Save denizfurkan/7517c7df0ab20a00f2d24820e6ad8033 to your computer and use it in GitHub Desktop.
Save denizfurkan/7517c7df0ab20a00f2d24820e6ad8033 to your computer and use it in GitHub Desktop.
public class MainClass {
public static void main(String[] args) {
Ogrenci ogrenci1 = new Ogrenci(); // ogrenci1 adında Ogrenci Sınıfında Nesne Oluşturma.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment