Computer Science, asked by Aaryan102604, 1 year ago

Hi.....this question is only for Java programmers so please do not attempt if you do not know


What do you mean by reusability in java.... no spamming otherwise I will____​

Answers

Answered by Alishah266
2

In computer science and software engineering, reusability is the use of existing assets in some form within the software product development process; these assets are products and by-products of the software development life cycle and include code, software components, test suites, designs and documentation.

Answered by rahul200013
3

Java allows reusability feature.

Under this feature one can use features defined in other classes in another class to develop effective programming logic. (For example using a function of super class in a subclass)


Aaryan102604: thnx
rahul200013: no problem buddy... anytime...i have also provided answer to your previous question
Similar questions