Interaction040.java

Package: coupling/interaction/
File: Interaction040.java

  1. package coupling.interaction;
  2.  
  3. import coupling.Experiment040;
  4.  
  5. /**
  6.  * An interaction040 is an Interaction031 that has an Experience040
  7.  * Composite interactions now have an abstract experience.
  8.  */
  9. public class Interaction040 extends Interaction031 {
  10.  
  11. public Interaction040(String label){
  12. super(label);
  13. }
  14.  
  15. @Override
  16. public Experiment040 getExperience() {
  17. return (Experiment040)super.getExperience();
  18. }
  19. }
  20.  

See public discussions about this page or start a new discussion by clicking on the Google+ Share button. Please type the #IDEALMOOCInteraction040 hashtag in your post: