Which among the following two is best and why? Abstract
Class and Interface. What is the major difference in between
those two except the discrete methods and methods with
function definition.
Answer Posted / jignesh contractor
(1) Interface have no concrete methods implemented while
abstract class can have.
(2) Interface can come into the chain of inheritance while
Abstract class can't.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is an assembly? What are the different types of assemblies?
Please explain what is immutability, what is it for and how is it codified?
What does cil do?
Can a dll be changed to an exe?
How does linq work?
why you wouldn't want to write into it even if you could
What is an anonymous method and how is it different from a lambda expression?
What are the advantages of .net core?
Explain the process of serialization in .NET?
What is typical about a windows process in regards to memory allocation in .net?
Explain .NET architecture?
What are the features of dot net?
Explain how to spawn a thread?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
which methos do you invoke on the dataadapter control to load your generated dataset with data?