Select a valid answer with respect to the following piece of code.
class A
{
int value1;
}
class B extends A
{
int value2;
}
Reveal answer
Fill a bubble to check yourself
Select a valid answer with respect to the following piece of code.
class A
{
int value1;
}
class B extends A
{
int value2;
}