Why many objects can working together?
How objects working togetherM
I want to see example code.
Answer Posted / 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 |
Post New Answer View All Answers
What are the components of marker interface?
How do you explain polymorphism?
Which language is pure oop?
What is object-oriented programming? Webopedia definition
What are properties in oop?
What is difference between oop and pop?
Which is not an object oriented programming language?
How do you achieve runtime polymorphism?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism in oops with example?
what is different between oops and c++
What is the benefit of oop?
Can destructor be overloaded?
What are oops methods?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.