class Waterbottle
{
public void drink(){
System.out.println("Drinking quarter in waterbottle");
}
}
class Boys
{
public static void main(String[] args)
{
Waterbottle wb = new Waterbottle();
wb.drink();
}
}
class Waterbottle
{
public void drink(){
System.out.println("Drinking quarter in waterbottle");
}
}
class Boys
{
public static void main(String[] args)
{
Waterbottle wb = new Waterbottle();
wb.drink();
}
}
For further actions, you may consider blocking this person and/or reporting abuse
InterSystems Developer -
Oluwatobiloba Akinbobola -
Will -
Murillo Pinheiro de Oliveria -
Top comments (0)