473,796 Members | 2,658 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can I allow varying types on a MustOverride

I am looking to have a base class which provides that all inherited
classes MUST have some property, but that they can each define it as
whatever type they want. So maybe three class inherit from the base
class, each MUST have a [Type] property, but one defines it as
OracleType, one as SqlType and one as DB2Type, for example.

I know i can just declare it as Object, and then have the classes each
do typechecks on value assignment, but this is late-bound. I would like
some way to implement this so that the type-specificity of each class is
early-bound, allowing for compile time type checking.

Is this possible?

TIA-
- Aaron.

=============== =============== =============== =============== ==

This is what i want (generic code)...

Class BaseClass
Public MustOverride Property Type

... other class code ...
End Class

Class OraClass
Inherits BaseClass

Public Overrides Property Type As OracleType

... other class code ...
End Class

Class SqlClass
Inherits BaseClass

Public Overrides Property Type As SqlType

... other class code ...
End Class

Jul 21 '05 #1
1 1525
The only way I know of to do this is via polymorphism, if all the
types support a common interface. For example:

Class BaseClass
Public MustOverride Property Type As INativeDBType

... other class code ...
End Class

If OracleType and SqlType both implement interface INativeDBType, your
derived classes should work as declared below. Replace "INativeDBT ype"
with whatever the common interface is, if there is one. If not, I
don't think this can be done early-bound.


Eidolon <aa****@KILLSPA M.yahoo.com> wrote in message news:<em******* *******@TK2MSFT NGP09.phx.gbl>. ..
I am looking to have a base class which provides that all inherited
classes MUST have some property, but that they can each define it as
whatever type they want. So maybe three class inherit from the base
class, each MUST have a [Type] property, but one defines it as
OracleType, one as SqlType and one as DB2Type, for example.

I know i can just declare it as Object, and then have the classes each
do typechecks on value assignment, but this is late-bound. I would like
some way to implement this so that the type-specificity of each class is
early-bound, allowing for compile time type checking.

Is this possible?

TIA-
- Aaron.

=============== =============== =============== =============== ==

This is what i want (generic code)...

Class BaseClass
Public MustOverride Property Type

... other class code ...
End Class

Class OraClass
Inherits BaseClass

Public Overrides Property Type As OracleType

... other class code ...
End Class

Class SqlClass
Inherits BaseClass

Public Overrides Property Type As SqlType

... other class code ...
End Class

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1446
by: fripper | last post by:
I have had some experience with VB .Net but I am having difficulty coming to grips with how to set up a subroutine to accept varying classes for its arguments. An example will help to explain. I have two arrays . The elements of array A are records whose fields are defined with a Public Structure block (call it RecTypeA) and the elements of array B are records defined by a different Structure block (RecTypeB). Now, each structure has a...
0
1554
by: Mike Leahy | last post by:
Okay.I'm following the documentation that came with the PostgreSQL source code (located in /usr/doc/postgresql-7.3.4-2/html/arrays.hmtl in my cygwin root). I created have a table with a varchar array in it, kind of like the following: CREATE TABLE tbl_db_usuario_detalles (NOMBRE varchar(50), COD_USE varchar(6));
2
4674
by: Michael . | last post by:
I had an error before involving a temporary table, and that has been taken care of... The last message I wrote where it seemed to have needed it after I added it was because of different \connects. Could someone please help me with this next error as I'm importing to a new server? I am getting quite a few of these... CREATE VIEW care_plan_note_state AS
2
1472
by: Dave Wurtz | last post by:
All, Is there a way to force a derived class to contain an event. I have done this with methods (i.e. Protected MustOverride Sub Test), but can I do something similar with an event (Protected MustOverride Event MyEvent doesn't work for obvious reasons)? Thanks in advance. Dave
8
2449
by: Dave Wurtz | last post by:
All, Is there a way to force a derived class to contain an event. I have done this with methods (i.e. Protected MustOverride Sub Test), but can I do something similar with an event (Protected MustOverride Event MyEvent doesn't work for obvious reasons)? Thanks in advance. Dave
7
9299
by: Iain Mcleod | last post by:
Hi This must be an often encountered problem. I want to declare an abstract class or an interface with nothing but several static constants so that I can use polymorphism when I call each of them from my code. My stab at the problem is shown below. Can anyone suggest what my most efficient workable solution would be (i.e. I don't want to have to create instances of the classes as they will only store constant information and I would...
7
1887
by: Raterus | last post by:
I've got a good question about object-oriented programming, I hope I can explain it well enough. I'm creating a UserManager, which I'm going to inherit from so different applications can share common methods. Public MustInherit Class UserManager Public MustOverride Sub AddUser(usr as InternetUser) End Class Public Class InternetUser Public username as string End Class
1
292
by: Eidolon | last post by:
I am looking to have a base class which provides that all inherited classes MUST have some property, but that they can each define it as whatever type they want. So maybe three class inherit from the base class, each MUST have a property, but one defines it as OracleType, one as SqlType and one as DB2Type, for example. I know i can just declare it as Object, and then have the classes each do typechecks on value assignment, but this is...
4
1261
by: Confused Newbie | last post by:
I'm converting an app written in VB 2003 to 2005 and need advice for how to deal with this situation: The app has a number of "manager" classes that handle the data access. They all have several routines that are identical, except for the object type and database action specific to that particular class, such as "Public ReadOnly Property Item(ByVal SystemID As Integer) As CEmployee" or "Public Shared Function Save(ByVal TheItem As...
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10019
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9057
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7555
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.