Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 41)
41.
A major advantage of inheritance is
reducing the time it takes to create new objects
not having to think about how objects will be used
reducing the amount of memory required to execute a progrma
enabling people who have not studied programming to create useful applications
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Coder said:   9 years ago
Using inheritance reduces time? I thought it reduces the code size.

Post your comments here:

Your comments will be displayed after verification.