public class Bank_12
{
/*Blah blah... Basically, this was a pathetic attempt to curb copying in one of the "top"
engineering universities. Every student have to suffix every variable, class, method
(identifier) with the his/her registration number so that people don't "rip off code" from
other students. It obviously works because it is SOOOOO hard to do a find+replace with
your own number.
*/
private int balance_12;
private String name_12;
public Bank_12(String name_12, balance_12)
{
this.name_12 = name_12;
this.balance_12 = balance_12;
}
public void getBalance_12()
{
return balance_12;
}
}