Skip to content

Instantly share code, notes, and snippets.

@muhomerdogu
Last active May 25, 2021 14:41
Show Gist options
  • Save muhomerdogu/0a0f95598dfc6df1af5bd8f7523fda90 to your computer and use it in GitHub Desktop.
Save muhomerdogu/0a0f95598dfc6df1af5bd8f7523fda90 to your computer and use it in GitHub Desktop.
package override;
public class OgrenciKrediManager extends BaseKrediManager{
//devlet diyor ki 1.10 kredi uygulanacaktır.
public double hesapla(double tutar){
return tutar*1.10;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment