Answers

Question and Answer:

  Home  ASP Programming

⟩ Can you explain What inheritance is and an example of when you might use it?

When you want to inherit (use the functionality of) another class. Example: With a base class named Employee, a Manager class could be derived from the Employee base class.

 169 views

More Questions for you: