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
Davide Santangelo -
Neil Clark -
Abhay Yt -
olga s -
Top comments (0)