When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
11
Types of Inheritance in Programming
Inheritance is a a core concept of oop ( Object Oriented Programming), which leads to code reausability and better code structure and easy degugging.