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