Online Programming Server

Login

Login with facebook [?]

Facebook

Tutorial 48: CSC1130S - Lecture 4a: Method and Object

You are here: Tutorials >> Basic >> Java >> Introduction to Computing Using Java >> CSC1130S - Lecture 4a: Method and Object

Tutorial ID48
TitleCSC1130S - Lecture 4a: Method and Object

Divide-and-Conquer

  • A small set of instructions/ statements can handle a small programming task.
  • However, what if a programming task of over hundreds or thousands lines of code?
  • We have to Divide the task into chunks (sub-tasks) of manageable size.
  • We then Conquer the sub-tasks one-by-one.

Post Your Comment

Title
Message