What?s the difference between an interface and abstract class?
Answer Posted / rambabu gonela
java does't support multiple inheritance..to overcome this
problem.. java introduce new concept that is interface,
we cannot intantiate both interface and abstractclass.1)by
default in interface variables are public,static and final,
in abstract class we have to declare explicitly 2) methods
in interface public,nonstatic and abstract,where as in
abstract class we have to give....
3)we can implements more than one interfaces.. but we can
extends only one class..
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.
How do I make a dll in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Which is faster dictionary or hashtable?
Is c# lazy thread safe?
Why do we need oops in c#?
Difference between value and reference type.
Why do we use methods in c#?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
What is the use of 'as' Keyword in C# ?
windows c# using datagridview in edit form sql server
What are the uses of namespaces?
Will the following code compile and run?
What is the use of static in c#?
What is AutoMapper in C#?