What is polymorphism and its types in c#?
No Answer is Posted For this Question
Be the First to Post Answer
How do you prevent a method from being overridden in c#?
If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface
What are extensions methods in c#?
why C++ Partial Object Oriented Programming Language and C# and Java Fully Object Oriented Language
11 Answers 3i Infotech, Alexa, Assyst, Naresh i Technologies, TCS,
What is session state in asp net c# with example?
What is default method in c#?
How do you declare an arraylist?
Is string reference type / value type ?
7 Answers 3i Infotech, Accenture, BirlaSoft,
Can we inherit two classes in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why do we use dictionary in c#?
What is the use of constructor in c# with example?