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 |
How is data security provided in Object Oriented languages? ?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What is Hashing and how is it done? Pictorial form?
officer say me - i am offered to a smoking , then what can you say
What do you mean by inline function?
What is inheritance and how many types of inheritance?
What are the important components of cohesion?
What is conditional Compilation?
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
Why multiple inheritance is not allowed?
Write a program in c++ to read two floating point numbers and find their sum and average.