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

c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


What?s the advantage of using System.Text.StringBuilder over System.String?

3 Answers  


What is difference between write and writeline in c#?

0 Answers  


Why hashtable is thread safe in c#?

0 Answers  


What do you mean by saying a "class is a reference type"?

0 Answers  






How does a function pointer returns a function pointer?

3 Answers   Wipro,


Are tuples immutable c#?

0 Answers  


What is the difference between malloc () and new?

0 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


What is difference between Trace and Debug

0 Answers   BirlaSoft,


What are the properties in c#?

0 Answers  


What is class method c#?

0 Answers  


Categories