How can we acheive inheritance in VB.NET ?

Answers were Sorted based on User's Feedback



How can we acheive inheritance in VB.NET ?..

Answer / roopesh

class a
inherits b

using this we can do in vb.net and inherits line should be
in next line to the child class as mentioned above...

Is This Answer Correct ?    7 Yes 0 No

How can we acheive inheritance in VB.NET ?..

Answer / abha mittal

We can achieve inheritence using abstract classes ot making interfaces

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Sharp Interview Questions

hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?

0 Answers  


What is short in c#?

0 Answers  


What is readline c#?

0 Answers  


Explain about ODP.net

0 Answers  


Can abstract classes be final?

0 Answers  






How do I link two windows forms in c#?

0 Answers  


Is there a way of specifying which block or loop to break out of when working with nested loops?

0 Answers  


What are nested classes in c#?

0 Answers  


What is the difference between “constant” and “readonly” variables in c#?

0 Answers  


How many keyword present in C# language ?

0 Answers   HCL,


Explain briefly the difference between value type and reference type?

0 Answers   Accenture,


What is the correct way of declaring an xml namespace?

0 Answers  


Categories