What Is the Unified Modeling Language and Why We Use It?
Hello programmers, I hope you all are doing very well. If you are from programming background then you must hear about UML. UML stands for Unified Modeling Language If you want to make a structure of any machine or designing any structure of any machine. Then we use this language. If you have no idea what is UML and why we use it then you don't have to worry about. In this post we are going to teach you basic about UML Language. It is similar to another programming language nothing complex with that. So you can easily learn it. If you want to describe something of a programming language like describing object-oriented programming where you can use UML language. You can easily describe their member function and object with the help of graphics in UML.So Let See What Is the UML
What Is the Unified Modeling Language and Why We Use It?
You see in the diagram there's just three boxes at the UML diagram. The topmost box includes the name of this course. The middlemost box includes the information members along with their data types. The box includes the member serves name, parameter list, and also the return type of the function.
(Number ) hash symbol prior to the member name indicates that the penis is a secure member.
You notice There's a category name Exam and There are data members of this course is int a, float f, char c,
And their information serves int get data(int x) using protected accessibility modifier.
You notice there in the very first box of this UML diagram there's a category name called Test, and also in the next box, we described data members of the course and each of the information with a minus sign which signifies that each one of the members are confidential.
And at the previous box, we now defined to information works with int and void return type, and also the signal + and # indicate public and protected functions.
class Gaurav
{
private:
int x;
float y;
char z;
protected:
int take_data(int x)
{
}
public:
void show_data(float f1,char c1)
{
}
};
UML diagram is indeed important because we perform a defined arrangement diagram(class diagram, object diagram, component site diagram) and behavior diagrams, interactions diagrams.
With the assistance of the UML, we level the interaction up and Abstraction of this app. Additionally, it helps to create more secure and error-free codes and help us to create the database of this program.
So, Friends, it was all about this post. I hope you will like this post. If you have any question regarding this post you can comment us in the comment box. We will give you the answer to your question. Share this post with your friends and cousin who want to learn uml. If you want to read more article related to computer and Programming then you can visit our site. There som many articles related to Computer technology and Programming. It will help you to boost your mind.
(Number ) hash symbol prior to the member name indicates that the penis is a secure member.
You notice There's a category name Exam and There are data members of this course is int a, float f, char c,
And their information serves int get data(int x) using protected accessibility modifier.
You notice there in the very first box of this UML diagram there's a category name called Test, and also in the next box, we described data members of the course and each of the information with a minus sign which signifies that each one of the members are confidential.
And at the previous box, we now defined to information works with int and void return type, and also the signal + and # indicate public and protected functions.
class Gaurav
{
private:
int x;
float y;
char z;
protected:
int take_data(int x)
{
}
public:
void show_data(float f1,char c1)
{
}
};
UML diagram is indeed important because we perform a defined arrangement diagram(class diagram, object diagram, component site diagram) and behavior diagrams, interactions diagrams.
With the assistance of the UML, we level the interaction up and Abstraction of this app. Additionally, it helps to create more secure and error-free codes and help us to create the database of this program.
Last Words
So, Friends, it was all about this post. I hope you will like this post. If you have any question regarding this post you can comment us in the comment box. We will give you the answer to your question. Share this post with your friends and cousin who want to learn uml. If you want to read more article related to computer and Programming then you can visit our site. There som many articles related to Computer technology and Programming. It will help you to boost your mind.

Comments
Post a Comment