ShmoopTube
Where Monty Python meets your 10th grade teacher.
Search Thousands of Shmoop Videos
Program Development Videos 20 videos
AP Computer Science 1.2 Program Development. Which of the following is correct?
AP Computer Science 3.3 Program Development. Given the following programs, which would suitably contain the class pogoStickToy?
AP Computer Science 1.1 Program Development. The situation in the video is an example of which of the following?
AP Computer Science 3.2 Program Development 196 Views
Share It!
Description:
AP Computer Science 3.2 Program Development. Which of the following is the best time to use a bottom-up development style?
Transcript
- 00:00
Thank you We sneak and here's your smoke du jour
- 00:05
brought to you by the phrase bottoms up Thank goodness
- 00:08
it only refers tio someone's drink All right which of
- 00:12
the following is the best time to use a bottom
- 00:14
up development style on here Potentially honey Okay well bottom
Full Transcript
- 00:22
up development is the best way to go when you
- 00:24
need to test a smaller independent function before integrating it
- 00:28
into a larger scale project Like when you build a
- 00:32
puzzle sometimes it's easier to build the smaller sections before
- 00:35
putting it all together Bottom up development is perfect for
- 00:38
building classes that need to be tested independently before integrated
- 00:43
into the full project Got it though The best choice
- 00:46
for this one is see It talks about writing independent
- 00:50
classes which is what bottom up development is all about 00:00:54.313 --> [endTime] Well done Bottoms up everyone
Related Videos
AP Computer Science 1.2 GridWorld Case Study and APIs. What is the direction of the actor?
AP Computer Science 1.4 Standard Algorithms. How many times will mystery be called for mystery(n) for n > 1?
AP Computer Science 2.3 Classes and Objects. Which of the following is correct implementation of the Country class?
AP Computer Science 3.4 Inheritance, Abstraction, and Polymorphism. Which of the following will satisfy the conditional if statement for boo, str,...
AP Computer Science 4.2 Standard Algorithms. What kind of algorithm is the following?