Answer Posted / 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 |
Post New Answer View All Answers
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is difference between sleep () and wait ()?
What will be the output of the following code?
Why do we need collections in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Can we have only “try” block without “catch” block in c#?
How to sort an int array in c#?
What is eager and lazy loading in c#?
Explain the difference between “constant” and “read-only” variables used in c#?
Why do we use void in c#?
What is the relation between classes and objects?
explain Garbage collector’s functionality on unmanaged code
What does the dispose method do with the connection object?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is dataset c#?