What is an Interface? Have you ever developed an Interface.
Answer Posted / suren
It’s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.
Explain him if you have ever developed an interface.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is typical about a windows process in regards to memory allocation in dot net?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is RPC? What is the use of it?
How will you make .NET programs work in Linux ?
Please explain what are an inheritance, polymorphism, and encapsulation?
What is "common language specification" (cls) in .net?
Which namespace is require to used XML in .NET?
Explain the process of serialization in .NET?
Explain how garbage collection works?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
How can you instantiate a tuple?
What is the intermediate language between asp and asp.net1.0?
Explain the difference between the stack and the heap?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Differences between namespace, class, assembly?