Question: In object - oriented programming languages, one class may be derived from another class. For example, given an employee class we can derive a professor
In objectoriented programming languages, one class may be derived from another class. For example, given an employee class we can derive a professor class, a student assistant class, or a staff class. Each of these derived classes can take on the characteristics of the employee class and then add its own additional characteristics. This feature of objectoriented languages is called
Question options:
modular design
polymorphism
encapsulation
inheritance
abstraction
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
