class Tv
{
public void watch()
{
System.out.println("watching viewing tv");
}
}
class Viewer
{
public static void main(String[] args)
{
Tv see=new Tv();
see.watch();
}}
class Tv
{
public void watch()
{
System.out.println("watching viewing tv");
}
}
class Viewer
{
public static void main(String[] args)
{
Tv see=new Tv();
see.watch();
}}
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.
Adrian Machado -
Adrian Machado -
Adrian Machado -
Adrian Machado -
Top comments (0)