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
Explain the advantages of vb.net?
What is writeline in vb.net?
What are option strict and option explicit?
Explain the difference between an xml "fragment" and an xml "document."
What is the differnce between managed code and unmanaged code?
What is internal keyword in .net framework?
Name some different types of control?
Explain option strict?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is late binding and early binding?
Explain the difference between value and reference types?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
Did vb6 support multi-threading ?
Why do we use ansi keyword?
Tell us how many languages are supported by .net?