Home > Archive > VC Language > January 2006 > object oriented
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
1. What are OO properties other than Encapsulation, Abstraction,
Polymorphism and Inheritance?
2. Encapsulation: is the concept of containing properties and
behaviour together that exposes interface to access properties and behaviour.
Abstraction: is the concept of behind information hiding.
In C++, how these two OO properties implemented?
Can anybody explain the above with class and access specifiers?
3. Whatz the difference between win32 dll and com dll?
--
Dur.
| |
| Ulrich Eckhardt 2006-01-30, 4:00 am |
| Dur wrote:
> 1. What are OO properties other than Encapsulation, Abstraction,
> Polymorphism and Inheritance?
>
> 2. Encapsulation: is the concept of containing properties and
> behaviour together that exposes interface to access properties and
> behaviour.
> Abstraction: is the concept of behind information hiding.
>
> In C++, how these two OO properties implemented?
> Can anybody explain the above with class and access specifiers?
>
> 3. Whatz the difference between win32 dll and com dll?
>
4. What is the email address of your teacher so we can send him the answers
directly?
SCNR
Uli
|
|
|
|
|