Software Engineer, Your next Programming Instructor.

"Here I share myself."
Showing posts with label UML. Show all posts
Showing posts with label UML. Show all posts

Saturday, 11 July 2020

undefined 202

State diagram in Software Engineering | State Machine Diagram

State Diagram in Software Engineering | State Machine Diagram State Diagram is one of the UML Diagram which use to show the dynamic behavior of the system.We use the state diagram only when any object of the system changes its states in the life. This diagram helps us in representing how an object goes through from...

Friday, 28 February 2020

undefined 202

UML - Activity Diagrams , What is activity diagram | Software Engineering

 Activity Diagram in UML - URDU /HindiThis is the most commonly in use diagram of software engineering by UML used to represent the flow of activites in a specific manners and making of decission in the flow.initial stat, activity, fork, merge diamond and final state are the mose common things in the activity diagram...

Saturday, 15 February 2020

undefined 202

how to find out class diagram relationships | class diagram in uml

Class diagram relationshipsThis is the most confusing thing until you don't know how to make the relationships between the classes. If you know the best approach to make relation in class diagram UML trust me this the most easy work to do.The best approach to make relation in Class Diagram is use the binary approach...

Tuesday, 5 November 2019

undefined 201

CASE Tools in Software Engineering

case tools are most discussed thing is software engineering, this video will tell you what are the case tools in actual what are the categories of case tools and how they provide ease in working. The video is providing the answer to following questions: 1) What are case tools? - Answer at 1:582) CASE stands for? - Answer...
undefined 201

Usecase Diagram in Software engineering

rief: How to make UML use case diagram? What is actor in use case diagram? what is use case in use case diagram? Concept of include and extend in use case diag...

Monday, 4 November 2019

undefined 201

Sequence Diagram in Software Engineering

📢 This video is explaining the different notations of sequence diagram so by learning the use of those notations you can draw a sequence diagram by yourself. ✅Brief: This is the on-demand video, students were asking me to teach how to make a sequence diagram in software engineering. There are a lot of good videos available...

Tuesday, 29 October 2019

undefined 201

UML Class Diagram with solved example tutorial

UML Class diagram :Student often found it difficult to understand and difficult to draw class diagram, but I think if you know the core concepts of class diagram it is not some thing that much difficult. Lets  have a discussion at it.What is a class? from where it comes?Anything from the real world which we want...