Page 1 of 1

Which of these is correct way of inheriting class A by class B?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) class B + class A {}
b) class B inherits class A {}
c) class B extends A {}
d) class B extends class A {}