Why many objects can working together?
How objects working togetherM
I want to see example code.

Answers were Sorted based on User's Feedback



Why many objects can working together? How objects working togetherM I want to see example code. ..

Answer / mms zubeir

Don't answer some useless sentences that you know at most,
I am referring the previous answer...

And, please write questions in a cleaner way...

Somehow, I got your question. This needs a long answer if
you need explaination with samples. However, I would try to
brief in a couple of sentences.

A system is comprising of a set of objects which are
interrelated. In C++ / OOAD terms, there are number of ways
to achieve this, for example, association, containment,
aggregation, dependency, realization,...etc in OOAD terms.
In C++ terms, it could be through inheritance,
polymorphism, inner classes, containment, etc.

Hurrah! I believe you can write samples now - right?

Is This Answer Correct ?    2 Yes 1 No

Why many objects can working together? How objects working togetherM I want to see example code. ..

Answer / mani

three oject can work together in a code

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More OOPS Interview Questions

How is data security provided in Object Oriented languages? ?

5 Answers  


advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me

0 Answers  


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


officer say me - i am offered to a smoking , then what can you say

0 Answers  


What do you mean by inline function?

6 Answers  


What is inheritance and how many types of inheritance?

0 Answers  


What are the important components of cohesion?

0 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance

1 Answers  


Why multiple inheritance is not allowed?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


Categories