Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Zobah Mizrachi   on Feb 26 In Java Category.

  
Question Answered By: Iris Sanders   on Feb 26

Make the concept of passability a boolean variable.
Those that are inpassable have it set to false, those
that are passable have it set to true.

Alternatively, you can make 2 empty interfaces for
Passable and Impassable. There is a way to determine
if an object  implements these, i believe it is in the
Class class.

Share: 

 

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

 
Didn't find what you were looking for? Find more on More about StackableBoard Or get search suggestion and latest updates.

Related Topics:

Tagged: