Which of the following statements is wrong?
class superclass
{
}
class subclass extends superclass
{
}
Reveal answer
Fill a bubble to check yourself
Which of the following statements is wrong?
class superclass
{
}
class subclass extends superclass
{
}