Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Fern Sanchez   on Feb 20 In Java Category.

  
Question Answered By: Brandi Ramirez   on Feb 20

create his classes  so they can easily be re-
used. Black Box is frequently mentioned in testing. BlackBox refers
to knowing the input and output without knowing the inner workings of
the class. Another programmer can take Tim's class  and use it in
thier program  without worrying about how it works, just that it works
correctly. Of course Tim can re-use his class in other programs as
well. The class should be a free standing component. By contrast,
White Box aka "Glass Box" refers to knowing the code inside the
class.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Building classes in gui apps Or get search suggestion and latest updates.


Tagged: