I am also active at:
Thursday, January 30, 2020
Wednesday, January 29, 2020
Tuesday, January 28, 2020
Monday, January 27, 2020
Tuesday, January 21, 2020
Monday, January 20, 2020
Sunday, January 19, 2020
Friday, January 17, 2020
Saturday, January 11, 2020
Friday, January 10, 2020
Thursday, January 9, 2020
Monday, January 6, 2020
Sunday, January 5, 2020
OOAD UML diagrams
Use case diagram
Class diagram
Sequence diagram
Sequence and Collaboration diagram
Collaboration diagram In a collaboration diagram we show the messages (methods of the receiving class, invoked by the sending class, by creating an instance i.e. an object of it, and invoking a method on that object) exchanged between the various objects of the system, in the order (time sequence with numbering) of execution.
Rational Rose is a very good software, freely downloadable, for drawing all types of UML diagrams. Here is the free download link https://en.freedownloadmanager.org/users-choice/Free_Download_Rational_Rose_Software.html
Class diagram
Sequence diagram
Sequence and Collaboration diagram
Collaboration diagram In a collaboration diagram we show the messages (methods of the receiving class, invoked by the sending class, by creating an instance i.e. an object of it, and invoking a method on that object) exchanged between the various objects of the system, in the order (time sequence with numbering) of execution.
Rational Rose is a very good software, freely downloadable, for drawing all types of UML diagrams. Here is the free download link https://en.freedownloadmanager.org/users-choice/Free_Download_Rational_Rose_Software.html
Saturday, January 4, 2020
Friday, January 3, 2020
Thursday, January 2, 2020
Python hosting for free
https://www.pythonanywhere.com/ is best place to practice web development with Python.
Subscribe to:
Posts (Atom)
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया - सुदर्शन फ़ाकिर
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया वरना क्या बात थी किस बात ने रोने ना दिया आप कहते थे कि रोने से ना बदलेंगे नसीब उमर भर आप की इस बात...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
-
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...