class Washingmachine
{
public void cloth()
{
System.out.println("washing dirty clothes");
}
}
class Human
{
public static void main(String[] args)
{
Washingmachine wash = new Washingmachine();
wash.cloth();
}
}
class Washingmachine
{
public void cloth()
{
System.out.println("washing dirty clothes");
}
}
class Human
{
public static void main(String[] args)
{
Washingmachine wash = new Washingmachine();
wash.cloth();
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Rivka -
Ahmad Tibibi -
meggieswift -
Shelley -
Top comments (0)