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

What is the reason behind the invention of c#?

0 Answers  


Explain how to implement an object pool in c#.net

0 Answers  


What is a type c#?

0 Answers  


What is the difference between TypeOf and GetType?

4 Answers   Syntel,


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

0 Answers  






How many constructors can a class have in c#?

0 Answers  


What is Interface? Explain with an example.

8 Answers   TCS,


Explain about Oops concept

0 Answers   Digital GlobalSoft,


Who introduced c#?

0 Answers  


What does the keyword virtual mean in the method definition?

1 Answers  


Can a struct be null?

0 Answers  


What is “using” statement in c#?

0 Answers  


Categories