How can we acheive inheritance in VB.NET ?
Answers were Sorted based on User's Feedback
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 |
Answer / abha mittal
We can achieve inheritence using abstract classes ot making interfaces
Is This Answer Correct ? | 5 Yes | 0 No |
What is the reason behind the invention of c#?
Explain how to implement an object pool in c#.net
What is a type c#?
What is the difference between TypeOf and GetType?
Is there a way of specifying which block or loop to break out of when working with nested loops?
How many constructors can a class have in c#?
What is Interface? Explain with an example.
Explain about Oops concept
Who introduced c#?
What does the keyword virtual mean in the method definition?
Can a struct be null?
What is “using” statement in c#?