Java - Inheritance
What keyword is used in Java to create a child class from a parent class?
What keyword is used in Java to create a child class from a parent class?
extends is used to create a child class that inherits from a parent class.extends parent class [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions