Logo

dev-resources.site

for different kinds of informations.

java task1

Published at
12/14/2024
Categories
payilagam
Author
yaswanth_krishna_81faee1e
Categories
1 categories in total
payilagam
open
Author
25 person written this
yaswanth_krishna_81faee1e
open
java task1

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();
}}

Featured ones: