What is mean by UML? what is the use? where we are using?
Answer / spanksguy
UML is Unified Modeling language.
It is the significant part of any application either it is
Web or Window Application. Because it help us for
analysing the basic need of project and help to design its
character(class,object).
We use it in any Project for the development of any
application.
| Is This Answer Correct ? | 9 Yes | 0 No |
whats is inheritance?
15 Answers CTS, HCL,
What is exception propagation?
What is Enum in Java?
Define jit compiler?
What is the blank final variable?
What is the type of lambda expression?
Can we clone singleton object in java?
What is the difference between jfc & wfc?
What are operators and its types?
what is the difference between Cpp And Java
What is a function in programming?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?