Static and dynamic modeling in programming
Illustrate in brief the term static and dynamic modeling in programming?
Expert
Static modeling is employed to specify the structure of the objects which exist in the problem domain. These are expressed by using class, object and USECASE diagrams. However Dynamic modeling refers representing the object interactions throughout runtime. This is represented by sequence, activity, collaboration and state chart diagrams.
What does compatibility testing include and who will perform the testing?
Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration: // Downcast from Object to String
Normal 0 false false
What is the use of Macros used in <windows.h> header files?
Inside the interface accessibility modifier we can use for methods?
Twos-complement notation: In twos-complement notation, the most noteworthy bit in an integer value is employed as the sign bit. A 1 bit points out a negative number, and a 0 bit points out a positive number. The positive number can be transformed to i
Hot spot: This is an area in an image map with a specific significance. A program usually monitors movements of the mouse, and reacts according to the actions related with the hot spots over which it passes. This may comprise displaying various status
If-else statement: It is a control structure employed to select between performing one of two alternative events. if(boolean-expression){ // Statem
Inner class: A class defined within an enclosing method or class. We use the word to refer to non-static nested classes.
Q. Explain the use of private, public, protected access specifies.
18,76,764
1941122 Asked
3,689
Active Tutors
1449575
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!