What is InterFace???

Answers were Sorted based on User's Feedback



What is InterFace???..

Answer / chaithra

interaction between end to end terminals

Is This Answer Correct ?    1 Yes 7 No

What is InterFace???..

Answer / sonalnakarani4u

Sumrise

Is This Answer Correct ?    0 Yes 10 No

Post New Answer

More C Sharp Interview Questions

Can we have multiple threads in one app domain?

0 Answers  


Can you pass parameters to destructors?

0 Answers  


What is boxing and unboxing in c#?

0 Answers  


What's the difference between the debug class and trace class? Documentation looks the same.

0 Answers  


Overloaded constructor will call default constructor internally?

0 Answers  






Why do we use abstract class in c#?

0 Answers  


Can you store multiple data types in System.Array?

5 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 jit (just in time) works?

0 Answers  


what is the difference between int and Int32?

5 Answers   TCS,


How many types of constructors are available in c#?

0 Answers  


If all code is written in a try block and write a catch block with Exception type Exception .In that scenario will all the exceptions catched by that catch block? or any exceptions which will not be caught?

3 Answers   Honeywell,


Categories