What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / sandeep pokala
Interface is a set of abstract methods,all the methods have
to be overridden by the class which ever implements the
interface.
Abstract class is collection of data and methods,which are
abstract. In abstact class some methods may contain
defination,but in interface every method should be abstract
( no definations in the methods)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain private assembly?
What is non_deterministic finalization?
What is DLL HELL in VB.NET
What is the exact defination of object?
What is strong typing and weak typing?
What do you mean by option strict on?
Explain the difference between web.config and machine.config and where it will be ?
What is break mode? What are the options to step through code?
Explain about branching logic control in vb.net?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Can you please explain the difference between int and int32?
Explain convert.tostring and i.tostring method?
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
What are the difference between dispose(), close(), exit(), end()?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?