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
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
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
Similar questions