What is the difference between a component and an object?

Answers were Sorted based on User's Feedback



What is the difference between a component and an object?..

Answer / nandhagopal. p

1) A component is business-oriented (or)
application-oriented. But an object is technology-oriented.

2) A component is Standard-Based (or) Architecture-Based.
But an object is Language-Based.

3) A component provides services. An object provides
operations and methods.

4) A component can be understood by everyone. An object can
be understood only by the developers.

5) Component's main focus is on Abstraction and its
secondary focus is on Encapsulation. An object's main focus
is on Encapsulation and its secondary focus is on Abstraction.

PSG COLLEGE OF TECHNOLOGY
COIMBATORE
TAMILNADU

Is This Answer Correct ?    27 Yes 3 No

What is the difference between a component and an object?..

Answer / guest

A component is an object that has been created, initialized,
and serialized. A component may be used by deserializing it.

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More UML Interview Questions

Tell me about UML modeling.

1 Answers  


Why is UML used?

1 Answers  


What is state machine diagram in UML?

1 Answers  


What are the different views that have to be considered before the buildup of an object oriented software system?

1 Answers  


What are the phases of the object-oriented development lifecycle?

2 Answers  


How the object diagrams gets represented in uml?

1 Answers  


What does UML stands for?

1 Answers   Futures First,


What are the Dynamic diagrams in UML?

1 Answers  


What is sdlc (software development life cycle)?

1 Answers  


What relations are there between the Class Diagrams and Domain models. 

1 Answers  


Why analysis is a major part in object designing?

1 Answers  


Is UML restrictive to system development?

1 Answers  


Categories