Steps comprised in designing programming
Write down some of the steps comprised in designing programming?
Expert
Before getting to the design, the designer must go through the SRS created by the System Analyst. The major tasks of design are Architectural Design and Detailed Design. In Architectural Design we find out what are the main modules in the problem domains. In detailed design we find out what must be done in each and every module.
Aggregation: It is a relationship in which an object has one or more other subordinate objects as portion of its state. The subordinate objects usually have no self-governing existence separate from their containing object. Whenever the containing obj
Q. Explain method over ridding in java. Give ex
Function: The name given to assembly of statements which does some particular task and might return a value. Function can be invoked (or called) any number of time and anywhere in the program.
Final method: This is a method with the final reserved word in its header. The final method might not be overridden by a method stated in a sub class.
Explain the reasons that Java is pure object oriented programming language.
Normal 0 false false
Define the term Monitor: It is an object with one or more synchronized techniques.
Method result: The value returned from a method through a return statement. The kind of expression in the return statement should match the return type declared in method header.
Deprecated: Somewhat that has been made superseded by later on versions of the API. Deprecated methods must not be employed as there is no guarantee that they will carry on to subsist in the future versions.
Explain how to include the CSS within the HTML Tag?
18,76,764
1961290 Asked
3,689
Active Tutors
1416931
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!