Link to home
Start Free TrialLog in
Avatar of Pronca
Pronca

asked on

Simple C++ Definitions (ASAP)

I just want brief definitions / explinations of the following in terms of the C++ programming language. I need this done fast hence the high points for what should be very easy for someone with a general C++ knowledge base. A couple of sentinces should be enough for most of them :)
Pointer
Reference
Dynamic memory allocation
Name space
Enumerations
Iterator
Typedef
Inheritance
Abstract class
Concrete class
Friend class
Virutal function
Pure Virtual function
Polymorphism (run-time binding)
Delegation
Type casting
Templates
Vector container type

Thanks, Pronca..
ASKER CERTIFIED SOLUTION
Avatar of giridharp
giridharp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of giridharp
giridharp

This is homework!

It is against EE policy to do the work for you!

Ask us a specific question on what you don't understand and we will help you.
I agree with MogalManic.
Just for few points people should not answer such questions. Let people take efforts to understand fundamentals. I know I am a bit harsh but that will surely help such people.

Regards,
Santino
Any standard C++ book would define these in much greater detail than we can do in here.

Manav
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial