answersLogoWhite

0

A simple association is a user-defined mechanism for linking two objects together. The two objects needn't be the same class, but they must have some form of relationship with each other, hence the need to associate them. Simple association is usually accomplished with a template class that provides a two-way link between the two associated objects.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is algorithms in c or c plus plus?

it is a step by step program written in simple English for our understanding


Where can you find quine mccluskey method written in C plus plus?

See related link. It's in C rather than C++, but conversion to C++ is fairly simple.


Can you provide me C plus plus code for simple text editor?

http://ex-vi.sourceforge.net/


Show the simple c plus plus program?

int main (void) { puts ("Hello, world"); return 0; }


What Cygwin packages do I need to download for compiling C plus plus files?

g++, gdb and make. A simple search for "Cygwin c++" will tell you all you need to know.


How to make simple projects from basic c plus plus?

There is no such thing as basic C++. You probably meant standard C++, which simply means that the implementation conforms to some ISO standard. The current standard is ISO/IEC 14882:2011, informally known as C++11. However, simple projects can be created in any version of C++ by creating console programs.


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


Give the simple demo of Visual C plus plus?

#include<iostream> int main() { std::cout << "Hello world!" << std::endl; }


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


Symplify c plus c plus c plus c?

4c


What is an effective and free way of learning C plus plus other than school?

Buy a beginner's book on the subject. Some, such as a 'SAMS Learn C++ In 24 Hours', also provide a generic C++ implementation and simple IDE to get you started.