stream based version control helps to apply bug fixes to many versions of the application.
True
False
Answers
Answered by
3
I think it is true ok
Answered by
0
The correct answer is false.
Stream based version only deals with the technique called branching.
Branching is the process by which duplication of object takes place so that it can help in certain modification purpose.
Branches are generally known as
Trees or Codelines.
The starting branch is called the parent node and the nodes which come out from the parent node are called child nodes.
There are two types of child nodes.
One is the left child node and the other is the right child node.
Similar questions