What is instantiating a class in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

who is a protected class-level variable available to?

0 Answers   Siebel Systems,


Why can?t you specify the accessibility modifier for methods inside the interface?

2 Answers  


What is the difference between Abstract and Interface?

22 Answers   Agile Software, FER, HCL, Sys Universe,


What is service contract

2 Answers   Synechron,


In a site to turn off cookies for one page which method is followed?

0 Answers   Siebel,






What is Implicit conversion in C#?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


How many bytes is a long c#?

0 Answers  


What is array? What are jagged array ?

1 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What is command object in c#?

0 Answers  


What?s an abstract class?

5 Answers   Siebel,


Categories