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...


If I want to override a method one of class A and in class b then how do you declare?



If I want to override a method one of class A and in class b then how do you declare?..

Answer / Supriya Gupta

To override a method from a base class (Class A) in a derived class (Class B), follow these steps:n1. Derive Class B from Class A using the ':' operator, e.g., 'public class B : A'n2. In Class B, declare the overriding method with the same signature as in Class A, but use the 'override' keyword before the return type.n3. Implement the overridden method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain About Global.asax

1 Answers   Keane India Ltd,


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

1 Answers  


List the different stages of a thread?

1 Answers  


what is an exception in .net?

1 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


Which is the base class in c#?

1 Answers  


Does c# have primitives?

1 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

1 Answers  


Is c# good for games?

1 Answers  


Why abstract class can not be instantiated?

1 Answers  


What does the parameter Initial Catalog define inside Connection String?

5 Answers  


What debugging tools come with the .NET SDK?

1 Answers  


Categories