Spread Knowledge

Virtual University of Pakistan Video Lectures, Handouts, PPT, Quizzes, Assignments & Papers

CS601 - Data Communication - Lecture Handout 44

User Rating:  / 0

Related Content: CS601 - VU Lectures, Handouts, PPT Slides, Assignments, Quizzes, Papers & Books of Data Communication

Token Ring

  • Token Ring allows each station to send one frame per turn
  • Access method: Token passing

Token Ring

Read more: CS601 - Data Communication - Lecture Handout 44

CS605 - Software Engineering II - Lecture Handout 43

User Rating:  / 1

Related Content: CS605 - VU Lectures, Handouts, PPT Slides, Assignments, Quizzes, Papers & Books of Software Engineering II

Moving the amount calculation

As I look at amountOf, I can see that it uses information from the rental, but does not use information from the customer. This method is thus on the wrong object, it should be moved to the rental. To move a method you first copy the code over to rental, adjust it to fit in its new home and compile.

Read more: CS605 - Software Engineering II - Lecture Handout 43