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
What is the use of system.environment class in c#.net?
Illustrate namespaces in c#?
Are objects passed by reference in c#?
Why do we use stringbuilder in c#?
What is delegates in c#?
What does the initial catalog parameter define in the connection string?
What is the difference between a method and a property?
What is a boolean c#?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
What is type safe code?
How many digits are in an integer?
What is console read in c#?
What is the difference between a constant and a static readonly field?
What is a copy constructor in c#?
What is a linq in c#?