Computer Science, asked by deepjaiswal, 10 months ago

Which of the following provides a reuse
mechanism?
निम्नलिखित में से कौन-सा दुबारा उपयोग करने की
प्रक्रिया प्रदान करता है
Select one:
G. DYNAMIC BINDING
डायनामिक बाइन्डिंग
b. ABSTRACTION
ऐब्सट्रैक्शन
८. ENCAPSULATION
एन्कैप्सुलेशन
d. INHERITANCE
इन्हेरिटेस​

Answers

Answered by krish272751E
0

Answer:

b. ABSTRACTION

Explanation:

This is your answer if you like that mark me as brainiest

Answered by setukumar345
0

Concept :

Reuse is vigorously upheld in C++. There are various purposes for the C++ classes. When a class has been made and demonstrated, another developer can change it to address their issues. Basically, this is achieved by reusing the properties of previously existing classes while developing new ones. By permitting the properties of recently composed code to be acquired into different pieces of the code, legacy empowers you to reuse recently composed code.

Explanation:

We have been given a multiple-choice question.

We have to write the correct option.

Inheritance maintains the possibility of "reusability", for instance exactly when we want to make another class and there is at this point a class that integrates a piece of our ideal code, we can get our new class from the ongoing class. By doing this, we are reusing the fields and strategies for the ongoing class.

Final answer:

Hence the answer is inheritance.

#SPJ2

Similar questions