OOP Chapter 2
OOP Chapter 2
OOP Chapter 2
Output:
101 Magarsa
class students{
String name;
students(String name)
{
this.name=name;
}
}