Advertisement

1 - 10 of 530 containing alltags:("inheritable") (0.001 seconds)
As I have several forms with the quite same layout, I want to encapsulate it in just one form (TPatternForm). Is it possible to do this, inherited the form and the code as I create another unit wit...
Zones: Delphi Programming, ...Date Answered: 04/07/1999 Grade: A Views: 0
Base class A contains a pointer to class X. class A {  protected: X *x; } Class B inherits from class A, but want pointer x to refer to an instance of class Y, which is inherited from class X and c...
Zones: C++Date Answered: 06/25/1999 Grade: A Views: 0
Hi, I have two classes "MyFather" and "MyMother" which have their own set of attributes and methods implemented. I want to construct a new class "Me" which inherits from both "MyFather" and "MyM...
Zones: JavaDate Answered: 11/26/1999 Grade: A Views: 0
Hi all ! Is there any (easy) way to change form inheritance in a D4 project. I think it must be a common problem to start with TForm inheritance and need to change it after some new similar f...
Zones: Delphi ProgrammingDate Answered: 08/30/2000 Grade: B Views: 0
I was reading in the design patterns book that compsition is btter than inheritance. Can anyone explain with examples as to why that would be better. I am looking for some concreete examples. Th...
Zones: JavaDate Answered: 04/30/2003 Grade: A Views: 0
Hi guys... I'm trying to learn more about inheritance in C++. I have the following experimental code (complete) that is saved as four separate files that I then compile together etc. //t...
Zones: C++Date Answered: 10/28/2000 Grade: B Views: 0
I believe this is a question of inheritance, but I could be wrong.  I am still fairly new to C++ programming (worked in C all my life)...  I have a class that I created called Sprite and another cl...
Zones: C++Date Answered: 01/12/2001 Grade: B Views: 0
hi,   tell me about virtual inheritence with example. thaking you sridhara swamy
Zones: C++, Microsoft Visual C++, SSIDate Answered: 05/28/2002 Grade: A Views: 0
Is it possible to define a child class within CSS, which inherits values from a parent class??? For example: .font9pt{   font-family: Verdana, Arial, Helvetica, sans-serif;   font-size: 9p...
Zones: CSSDate Answered: 03/04/2003 Grade: A Views: 0
why vb.net is not supporting mulitple inheritance?
Zones: .NETDate Answered: 11/06/2003 Grade: A Views: 0