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 is meant by jagged arrays?
how to deploy vb.net with key and evaluation time? any one can help me?
Explain the difference between .dll extension and .exe extension files?
What is the difference between system.applicationexception class and system.systemexception?
What is the Advantage of vb.net over vb
Explain the use of option explicit?
What is the difference between static or dynamic assemblies?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What are the various open source tool available for VB.NET?
What is the difference between convert.tostring and .tostring() method?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Which namespace are used for accessing the data?
Explain the difference between c# and vb.net?
Can you please explain the difference between vb and vb.net?
What do you mean by serialization?