Advertisement

1 - 10 of 38 containing alltags:("polymorphism") (0 seconds)
I want to know some good books that will help me clear my fundas about polymorphism and pointers in C++
Zones: Programming, VB ObjectsDate Answered: 02/19/2003 Grade: A Views: 0
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...
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...
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...
Zones: MS Visual BasicDate Answered: 06/13/2005 Grade: A Views: 0
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...
Zones: C++Date Answered: 10/31/2005 Grade: A Views: 0
Hi, i have these classes ---------------------------------------------------                --------------------------------------------------- -- CLASS A                                      ...
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'...
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...
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...
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...
Zones: C++Date Answered: 05/18/2004 Grade: A Views: 0