Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6569747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:40:15+00:00 2026-05-25T14:40:15+00:00

I have an abstract class in VB.NET. I want all classes that inherit from

  • 0

I have an abstract class in VB.NET. I want all classes that inherit from this class to return whatever value makes sense. For example, it could be an Decimal, Integer, String. How can I delcare the function in the abstract base class to allow for this? Is this even possible?

Right now, my abstract class looks like this:

Public MustInherit Class ConversionBaseClass

    Public MustOverride Function GetConvertedObject()

End Class

I know its return value needs modified, but im not sure as to what. Something like this maybe?

Public MustOverride Function GetConvertedObject() Of (T)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:40:15+00:00Added an answer on May 25, 2026 at 2:40 pm

    Make the Base class be generic of T then you can use it for the method

    Public MustInherit Class ConversionBaseClass (Of T) 
    
        Public MustOverride Function GetConvertedObject() As T
    
    End Class
    

    Then you define your inheriting classes like

    public Class IntConversion Inherits ConversionBaseClass(Of Integer) 
    
       Public Overrides Function GetConvertedObject() As Integer
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please consider the following three .NET types: I have an interface, an abstract class,
Let say I have abstract class called: Tenant and Customer. The tenant in this
Suppose we have abstract class A (all examples in C#) public abstract class A
I have an abstract class that implements IDisposable, like so: public abstract class ConnectionAccessor
I have this code structure: public abstract class ContentEntryBase { public string UniqueIdentifier; public
I have written an abstract class that I am using to automate a lot
I have an abstract class BaseClass with two attributes I want to share with
In a proof-of-concept project I'm working on, I have a generic abstract class that
I have abstract BaseController, which basically looks like below: public abstract class BaseController :
I have an abstract Class Monitor.java which is subclassed by a Class EmailMonitor.java .

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.