Articles Archive for September 2009
OOPs, VB.Net Interview »
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 »
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
Microsoft .Net »
System.object
Tweet This Post
CSharp, OOPs, VB.Net Interview »
The method can be over-ridden.
Tweet This Post
CSharp, VB.Net Interview »
Yes ,but they are not accessible, out-side the class.
Tweet This Post
CSharp »
classes in the same namespace.
Tweet This Post
CSharp »
No, but we can use interfaces for that.
Tweet This Post
VSAM »
value, and its datatype depends on whatever variable we’re changing.
Tweet This Post
Asp.Net »
No, it just reads the information from its data source.
Tweet This Post
CSharp »
Place a colon(:)and then the name of the base class.
eg:
public baseclass
{
/ /signatures
}
public childclass : baseclass
{
//signature
}
Tweet This Post

