<h2>Option D: a call to a private method of the superclass</h2>
Explanation:
Option a: a method with the "same signature" is allowed in the subclass. There will not be any confusion because the object which is trying to call the method will decide whether to call the sub class or super class.
Option b: a call to a super class constructor is possible because, when you create an object of sub class automatically the super class constructor will be called. Even the sub class constructor can call the super class constructor explicitly.
Option c: A subclass can create method that's not defined by the super class
Option D: a private method is private inside the class and hence even the object of that class cannot access.
The answer is B! Hoped this helped!
Answer:
Project life cycle is the time taken to complete a project, from start to finish.
The three project life cycles model include the following:
- Predictive
- Iterative and Incremental
- Adaptive
Explanation:
Predictive project life cycles model: In this stage, the three major constraints of the project which are the scope, time and cost are analyzed ahead of time and this analysis is well detailed and the detailed scope of the project is done right from the start of the project.
Iterative and Incremental life cycles model: In this iterative and incremental model, the project is again split into stages that can be sequential or overlapping and at the first iteration of the project, the scope is determined ahead of time.
Adaptive life cycles model: Also in this stage, the project is split up into phases but because these phases are more rapid and ever changing unlike the other models, the processes within the scope can work in parallel.
Similarities
- They make use of high level planning.
- They are sequential and overlapping.
- They make use of high level scope.
Differences
- The predictive life cycle model makes use of a detailed scope at the beginning of a project while the other models make use of detailed scope only for each phase.
- In predictive life cycle model, the product is well understood, in other models, the projects are complex and not easily understood.
- There is periodic customer involvement in predictive and interative life cycle model while the customer involvement in the adaptive model, the customer model is continuous.