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.
Answers were Sorted based on User's Feedback
Answer / anitha
a)for Future, we can provide extra services in Abstract
Class ,these futures can able to access all of its
Clients. And also it supports reusability.
suppose the implementer need not provide implementation
for all the methods.
Where as in Interface we don’t have this future(reusability
and extra servicess).
each implementer need to provide
implementation for all the methods and
also we cont provide extra services in
future.The interface should be constant.
b)Interface can support multiple inheritance where as
abstract class does not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / avinash
Interface:
Can inherit more than one Interface.
Cannot contain concret Methods.
Cannot specify Access Modifiers.( by default all are Public)
Abstract:
Cannot inerit more than one abstract class.
Can contain concrete Methods.
Can specify Access Modifiers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / annn
Interface:
Cannot have access modifier
Cannot have concrete methods
Is a part of inheritance
we can create a object of interface
Abstract:
Can have access modifier
Can have concrete methods
Is not a part of inheritance
we cannot create a object of interface
| Is This Answer Correct ? | 1 Yes | 1 No |
Which ports are used by virueses?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
How Garbage Collector (GC) Works?
What is the use of UML in .Net
What versions of .net are there?
Explain what is an application domain?
What's the .net collection class that allows an element to be accessed using a unique key?
What is value type and refernce type in .net?
Is .net core free?
What is .net3.5?
what is yield keyword in .Net?
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??