| Next Tip?
Home » Archive

Articles in the VB.Net Interview Category

OOPs, VB.Net Interview »

[2 Sep 2009 | No Comment | 938 views]

No, you can’t the signature of the virtual method must remain the same, only the keyword ‘virtual is changed to keyword override’.
Tweet This Post

CSharp, OOPs, VB.Net Interview »

[2 Sep 2009 | No Comment | 677 views]

In overriding, you change the method behavior for a derived class.
While, overloading simply involves having a method with the same name within the class.
Tweet This Post

CSharp, OOPs, VB.Net Interview »

[2 Sep 2009 | No Comment | 552 views]

The method can be over-ridden.
Tweet This Post

CSharp, VB.Net Interview »

[2 Sep 2009 | No Comment | 480 views]

Yes ,but they are not accessible, out-side the class.
Tweet This Post

CSharp, VB.Net Interview »

[30 Aug 2009 | No Comment | 406 views]

Thread.Abort ( ) stops the thread execution at that moment itself.
Tweet This Post

CSharp, VB.Net Interview »

[30 Aug 2009 | No Comment | 385 views]

Yes, we can use event with thread,this is one of the techniques to synchronize one thread with other.
Tweet This Post

CSharp, OOPs, VB.Net Interview »

[30 Aug 2009 | No Comment | 377 views]

Method overloading occurs when a class contains two methods with the same name, but different signatures.
Tweet This Post

CSharp, VB.Net Interview »

[29 Aug 2009 | No Comment | 448 views]

‘Thread Current thread’ refers to the current thread running in the method.  ’Current Thread  is a public Static property.
Tweet This Post

CSharp, VB.Net Interview »

[29 Aug 2009 | No Comment | 397 views]

Thread  abort()  stops  the  thread execution at that moment itself.
Tweet This Post