Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is difference between association, aggregation and inheritance relationships?

969


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

2446


What is a function c#?

1014


What are extender provider components? Explain how to use an extender provider in the project.

947


What do you mean by saying a "struct is a value type"?

967


What is the use of static members with example using c#.net.

972


Explain the process of inheriting a class into another class?

1046


Does c# support c type macros?

972


What is meaning of type safety in c#?

901


What the different phase/steps of acquiring a proxy object in webservice?

1087


Is it possible to inline assembly or il in c# code?

1084


How do you remove white spaces from a string?

990


What is parallel programming in c#?

980


What do you know about device context?

1006


Which string method is used for concatenation of two strings in c#?

1073