blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Abstract Class

We have started a program and have added to it weekly. It has composition, inheritance and now abstract. The base class was used for a generic object. I have created a subclass now for the generic object since abstracts cannot instantiate a ...

0
votes
0 answers

ComboBox & PictureBox C#

I have a combobox and pictureBox linked. Depending on the selection the picture changes. The problem I am having is it only works on my computer where I made it. If I view it on another computer, it is erroring and telling me that it cannot ...

1
votes
3 answers

C# Override Method

I am very new to C# and am needing to know something about overriding a base class method. The only difference that will be with the base class and derived class method, is that a constant is setting the base class number for a property. Th ...

Feedback