What is the difference between static and dynamic
Classificaition.Give some examples.
Answer / laxman
Static: The static characteristic of a system is
essentially the structural aspect of the system. The static
characteristics define what parts the system is made up of.
Use case diagram & Class diagram are classified as static
Dynamic: The behavioral features of a system; for example,
the ways a system behaves in response to certain events or
actions are the dynamic characteristics of a system
Object diagram ,State diagram ,Activity diagram ,Sequence
diagram ,Collaboration diagram are all classified as
dynamic.
| Is This Answer Correct ? | 5 Yes | 0 No |
Why is OOP good?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Is it possible to create partial structs, interfaces and methods?
What are base class, sub class and super class?
Differentiate between overloading and overriding.
Can link and Association applied interchangeably?
Can you create an instance of an interface?
Can you instantiate an abstract class and what is an inner class?
0 Answers Flextronics, Tavant Technologies, Virtusa,
Differentiate between a class and a method.
What are virtual functions, base class pointer, derived class pointer, biding references?
0 Answers HPCL, Hughes Systique Corporation,
What is polymorphism? When is it employed? give an example.
What are sealed modifiers?