Which concept allows you to reuse the written code?
View Answer
Workspace
Share
Answer : Option C
Explanation :
Inheritance allows you to reuse your already written code by inheriting the properties of written code into other parts of the code, hence allowing you to reuse the already written code.
Be The First To Comment