@morningdot-6Xuj4M
•
Oct 17, 2024
Oct 17, 2024
1.1K
programming challenge in java-1
Post the correct code you have permission to take change only in public class.....
class a
{
a()
{
System.out.println("mohit kumar singh a");
}
}
class b extends a
{...