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
AJ -
DogeKing -
Freerain -
Rashid Shaikh -
Top comments (0)