What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / hemalatha ivvala
Abstrat Class: It is a combination of Concrete Methods and
Abstract Methods.
Interface: Which class is only having abstract methods is
called interface.
Concrete Methods: Methods having declaration and definition
Abstrat Method: Methods having only declaration not having
any definition. Becuase abstract methods are used to provide
data abstractions(Means providing method definition and
hiding method declaration to provide security to the client).
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Define serialization in .net?
Write a VB.Net console program to check whether a number is perfect or not.
What is a literal control?
Explain some of the exclusive features which are present in vb?
What is the size of .net object?
Name and explain some of the exclusive features which are present in vb?
What is non_deterministic finalization?
What is the use of system.diagnostics.process class?
What is the difference between compiler and interpreter?
Explain option explicit?
Explain the use of console application?
What is an assembly and its use?
What is redim keyword?
Explain private assembly?