To inherit a class we use extends keyword . Here class XYZ is child class and class ABC is parent class. The class XYZ is inheriting the properties and methods of ABC class.
Read moreTo inherit a class we use extends keyword . Here class XYZ is child class and class ABC is parent class. The class XYZ is inheriting the properties and methods of ABC class.
Read more