Difference between abstract class and interface
Answer Posted / ravi kant
abstraction mechanism provides a way to manage the system components and there corresponding interaction without considering the details of building those components and, interface is possible in some of the languages where multiple inheritance can't be used.or
interface is a collection of method declaration and constants that one or more classes of objects will use.Interface definition is same as class except that it consists of the method that are declared have have the parameter list.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the process of gc?
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
What are bindings?
What is cache coherency? : Dot net architecture
Explain the five stages in a dlx pipeline? : .NET Architecture
Can I customise the trace output?
How can I write my own .NET host?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain the difference between inprocess vs out process session state : Dot net architecture
What is one way operation?
Explain dotnet framework ?
what is inheritancy where u required ?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What is private constructor? And it's use?
Explain the types of memory management? : .NET Architecture