Explain About namespaces
No Answer is Posted For this Question
Be the First to Post Answer
Can you inherit multiple interfaces?
How can encapsulation be achieved?
What is the difference between an XML "Fragment" and an XML "Document." ?
Can variables defined in interface. If yes how we can call/use it in class.
How can we insert 100 records @ a time without using for loop into the databse
Can you explain template pattern?
Does c# provide copy constructor?
class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
what is the difference between int and Int32?
Write the sample code for threading in c# .net..
Why objects are stored in heap in c#?
what is the main differnce between const,readonly and static
3 Answers Beehive Systems, CDAC,