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

Can you create partial delegates and enumerations?

0 Answers  


What are virtual methods? How are they used?

3 Answers   TCS,


What is dll in vb.net?

0 Answers  


How objects are stored in memory?

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


What are All kind of access specifiers for a class and for methods

0 Answers  


Is c# an array?

0 Answers  


How to include c++ header files in c# components?

1 Answers   UST,


What is Co- and Contra-Variance in C#?

0 Answers  


Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?

0 Answers   Siebel,


Why is ienumerable used?

0 Answers  


Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?

5 Answers  


Categories