Answer Posted / chitresh
Interface is use where we known that all these functions
which are declared in interface is implemented somewhere if
we call that interface.and we can use abstract class where
we don't known how it is implemented in call function.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between vb.net and c#, related to oops concepts?
What are the different variables in vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What is pre-jit?
How many languages are supported by .net?
What is the difference between custom control and user control?
Is vb.net dead?
Explain public assembly?
What is branching logic control in VB.NET?
Can you please explain the difference between dispose and finalize()?
How a base class method is hidden?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What are the difference between dispose(), close(), exit(), end()? When do we use them?
Explain enumerator?