Answer Posted / mayank bhatnagar
Interface includes just the definition of methods whereas
Abstract Classes are just like classes and hold all
functionality of classes except certain features.
The only difference between Abstarct Classes and Interfaces
is the use.Abstract Classes were introduced becoz of
diamond problem in C,C++.You can only inherit these classes
but cannot instantiate(i.e. no object of these classes can
be created, there can be one or more methods abstact in
such classes).
Interfaces are public and can be used/inherited by multiple
classes which was not before possible.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the various open source tool available for VB.NET?
List the two main parts of .net?
Explain some of the exclusive features which are present in vb?
Explain the advantages of migrating to vb.net?
What is visual basic.net culture?
Define cls?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What do you mean by serialization?
What are the shadow variables?
How to send xml file on server using http protocol?
Explain private assembly?
What is the main use of a namespace?
Why is the xml infoset specification different from the xml dom?
Explain internal keyword in .net framework?
What is the top .net class that everything is derived from?