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

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 49)
49.
Using the wardrobe structure within the ShopList structure is an example of a good programming principle, known as _____
reusability
polymorphism
redundancy
recursion
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Muhammad Usman Ghauri said:   6 years ago
Here, The question means that you have a ShopList Structure, Now instead of making a separate wardrobe structure, if you make that wardrobe structure inside Shoplist Structure, you can reuse the components of ShopList Structure, so it is a good example of reusability.

Jeni said:   10 years ago
Where is the wardrobe structure first used?

The question is unclear so the answer does not make sense. I've reporting an error. You might too.

Jeni said:   10 years ago
Where is the wardrobe structure first used?

The question is unclear so the answer does not make sense. I've reporting an error. You might too.
(1)

Sameer Kumar jha said:   8 months ago
Well said, Thanks for the explanation.

Sanjil said:   9 years ago
What is the logic here?

Subhashini said:   1 decade ago
How can we say?

Post your comments here:

Your comments will be displayed after verification.