Why many objects can working together?
How objects working togetherM
I want to see example code.
Answers were Sorted based on User's Feedback
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 |
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
why the argument is passed by reference to a copy constructor?example?
How to call a non virtual function in the derived class by using base class pointer
what is new modifier in C#
what is difference between String s=new String("vali"); String s="vali"
Conversion from a basic type to a class type may be achieved using______________
why we call c++ is object oriented lanaguage
what is a class
What is encapsulation?
how to write a java program for an output ****0 ***01 **012 *0123 01234
how do you handle yourself when you feel the wald is aganist you
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }