Click here to Skip to main content
15,895,656 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: i want urgent reply Pin
Eddy Vluggen21-Jan-09 3:42
professionalEddy Vluggen21-Jan-09 3:42 
AnswerRe: i want urgent reply Pin
leckey21-Jan-09 3:46
leckey21-Jan-09 3:46 
GeneralRe: i want urgent reply Pin
MidwestLimey21-Jan-09 6:43
professionalMidwestLimey21-Jan-09 6:43 
AnswerRe: i want urgent reply Pin
0x3c021-Jan-09 6:33
0x3c021-Jan-09 6:33 
AnswerRe: i want urgent reply Pin
Steven J Jowett22-Jan-09 5:21
Steven J Jowett22-Jan-09 5:21 
AnswerRe: i want urgent reply Pin
darkelv22-Jan-09 18:20
darkelv22-Jan-09 18:20 
QuestionInheritance Advice Needed Pin
Jay Royall21-Jan-09 0:15
Jay Royall21-Jan-09 0:15 
AnswerRe: Inheritance Advice Needed Pin
Mustafa Ismail Mustafa21-Jan-09 1:42
Mustafa Ismail Mustafa21-Jan-09 1:42 
If you're using VB.NET you could implement a base class and the others as interfaces.

To make it clearer, you could have BaseClass BClass and the interfaces that are shared as IShared, then you'd have class A inherit from BClass and Classes B & C inheriting from BClass as well and also implementing the interface IShared. You'd still have to implement the methods and properties, the interface is nothing more than a contract specifying the names of the methods/functions, their return values and the parameters they accept.


Don't forget to vote if the response was helpful


Sig history

"dad" Ishmail-Samuel Mustafa

Unix is a Four Letter Word, and Vi is a Two Letter Abbreviation

GeneralRe: Inheritance Advice Needed Pin
Jay Royall21-Jan-09 2:28
Jay Royall21-Jan-09 2:28 
GeneralRe: Inheritance Advice Needed Pin
Mustafa Ismail Mustafa21-Jan-09 2:34
Mustafa Ismail Mustafa21-Jan-09 2:34 
GeneralRe: Inheritance Advice Needed Pin
Jay Royall21-Jan-09 2:46
Jay Royall21-Jan-09 2:46 
GeneralRe: Inheritance Advice Needed Pin
Mustafa Ismail Mustafa21-Jan-09 3:05
Mustafa Ismail Mustafa21-Jan-09 3:05 
GeneralRe: Inheritance Advice Needed Pin
Jay Royall21-Jan-09 3:25
Jay Royall21-Jan-09 3:25 
GeneralRe: Inheritance Advice Needed Pin
Mustafa Ismail Mustafa21-Jan-09 4:35
Mustafa Ismail Mustafa21-Jan-09 4:35 
AnswerRe: Inheritance Advice Needed Pin
Jon_Boy21-Jan-09 2:13
Jon_Boy21-Jan-09 2:13 
GeneralRe: Inheritance Advice Needed Pin
Jay Royall21-Jan-09 2:32
Jay Royall21-Jan-09 2:32 
GeneralRe: Inheritance Advice Needed Pin
Mustafa Ismail Mustafa21-Jan-09 2:37
Mustafa Ismail Mustafa21-Jan-09 2:37 
GeneralRe: Inheritance Advice Needed Pin
Ray Cassick21-Jan-09 4:28
Ray Cassick21-Jan-09 4:28 
Answersimple pedigree, no interfaces Pin
Luc Pattyn21-Jan-09 3:02
sitebuilderLuc Pattyn21-Jan-09 3:02 
GeneralRe: simple pedigree, no interfaces Pin
Jay Royall21-Jan-09 3:22
Jay Royall21-Jan-09 3:22 
GeneralRe: simple pedigree, no interfaces Pin
Luc Pattyn21-Jan-09 3:33
sitebuilderLuc Pattyn21-Jan-09 3:33 
Questionpermission denied while deleting folder Pin
jishbalan20-Jan-09 23:04
jishbalan20-Jan-09 23:04 
AnswerRe: permission denied while deleting folder Pin
EliottA21-Jan-09 2:43
EliottA21-Jan-09 2:43 
GeneralRe: permission denied while deleting folder Pin
Luc Pattyn21-Jan-09 3:10
sitebuilderLuc Pattyn21-Jan-09 3:10 
GeneralRe: permission denied while deleting folder Pin
jishbalan21-Jan-09 17:25
jishbalan21-Jan-09 17:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.