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 62949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:33:21+00:00 2026-05-10T18:33:21+00:00

I have a class with some abstract methods, but I want to be able

  • 0

I have a class with some abstract methods, but I want to be able to edit a subclass of that class in the designer. However, the designer can’t edit the subclass unless it can create an instance of the parent class. So my plan is to replace the abstract methods with stubs and mark them as virtual – but then if I make another subclass, I won’t get a compile-time error if I forget to implement them.

Is there a way to mark the methods so that they have to be implemented by subclasses, without marking them as abstract?

  • 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. 2026-05-10T18:33:22+00:00Added an answer on May 10, 2026 at 6:33 pm

    Well you could do some really messy code involving #if – i.e. in DEBUG it is virtual (for the designer), but in RELEASE it is abstract. A real pain to maintain, though.

    But other than that: basically, no. If you want designer support it can’t be abstract, so you are left with ‘virtual’ (presumably with the base method throwing a NotImplementedException).

    Of course, your unit tests will check that the methods have been implemented, yes? ;-p

    Actually, it would probably be quite easy to test via generics – i.e. have a generic test method of the form:

    [Test] public void TestFoo() {   ActualTest<Foo>(); } [Test] public void TestBar() {   ActualTest<Bar>(); }  static void ActualTest<T>() where T : SomeBaseClass, new() {   T obj = new T();   Assert.blah something involving obj } 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 106k
  • Answers 107k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer There are quite a few class of applications that REQUIRE… May 11, 2026 at 8:59 pm
  • Editorial Team
    Editorial Team added an answer Checkout sticky footers http://ryanfait.com/sticky-footer/ http://www.cssstickyfooter.com/ <div id="wrap"> <div id="main" class="clearfix">… May 11, 2026 at 8:59 pm
  • Editorial Team
    Editorial Team added an answer This is in Hibernate terms a "collection of values" or… May 11, 2026 at 8:59 pm

Related Questions

For example suppose I have a class Vehicle and I wish for a subclass
I am working with a log of events where there are about 60 different
I have a problem with uninitialized proxies in nhibernate The Domain Model Let's say
I have a warehouse. Sometimes I want to lookup a box location by a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.