I want to know some good books that will help me clear my fundas about polymorphism and pointers in C++
http://www.experts-exchange.com/Programming/Misc/Q_11473578.html
Greetings,
I'm having trouble with implementing a CArray for the purpose of polymorphism. I've written the little program to illustrate my problem (I'm using VC 6.0).
Basically I have a b...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20524618.html
Zones:
C++Date Answered: 02/22/2003 Grade: A Views: 0
Hola Experts,
I need some help understanding polyorphism?
please explain parameter polymorphism and ad hoc polymorphism using example code, and also please note some advantages and disadvanta...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21130258.html
Zones:
C++Date Answered: 09/30/2004 Grade: A Views: 0
Hi,
I would like to know what are Class library, structures, components and
their related names, used for in VB.NET?
My level of understanding is only creating a form.vb and compiling it
t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21455716.htm...
Please understand that i am still earning c++.
I understand inheritance and derrived classes fine. But polymorhpism i am not quite sure on.
Lets say i have these two classes (i am leaving out...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21610100.html
Zones:
C++Date Answered: 10/31/2005 Grade: A Views: 0
Hi,
i have these classes
--------------------------------------------------- ---------------------------------------------------
-- CLASS A ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22066297.html
Zones:
C++Date Answered: 11/20/2006 Grade: A Views: 0
Hi,
I have a few classes all derived from a base. A container class keeps some vectors of these container classes. Right now I have an Add() method for each class type to the container - but it'...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22480191.html
Zones:
C++Date Answered: 05/22/2007 Grade: A Views: 0
Hi all,
firstly let me point out this :
http://webreference.com/programming/javascript/professional/chap3/2/3.html
now for my question - my aim is simple, i want to have an object which ha...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20300766.html
Zones:
JavaScriptDate Answered: 05/15/2002 Grade: B Views: 0
Is it possible, is there a hack work-around to something very much like it? I would guess that VB.NET could do it, but I'm using VBA 6.3. I know that vba can also tell what type I'm passing becau...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20580277.html
Zones:
Visual BasicDate Answered: 04/10/2003 Grade: A Views: 4
// boss.h
#ifndef BOSS_H
#define BOSS_H
#include "employ.h"
class Boss : public Employee {
public:
Boss( const char *, const char *, double = 0.0 );
void setWeeklySalary( dou...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20994125.html
Zones:
C++Date Answered: 05/18/2004 Grade: A Views: 0