Which type of inheritance is represented by the following code? class A { } class B extends A { }
Reveal answer
Fill a bubble to check yourself
Which type of inheritance is represented by the following code? class A { } class B extends A { }