interface a
{
Method1()
Method2()
}
class b: a
{
override Method1()
override Method2()
}
what will happen & why?
Answer Posted / sandeep joshi
without virtual keyword
cant override method
its error at compile time .....
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Contrast System.String and System.Text.StringBuilder classes?
What is the delegates in c#?
Why we need get set property in c#?
What do you mean by jagged array?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Wht executescaler method is used?
Explain the difference between “as” and “is” operators used in c#?
What is ado net in c#?
What are the benefits of using windows services:
How we can create an array with non-default values?
What are the advantages of constructor?
What is a factory in c#?
Is an array an object c#?
What is use of a HashTable in .NET?
Is a char?