Difference between abstract class and interface
Answer Posted / vikas kaundal
1.we never pass object in abstract class only inherit the
abstract class and in which pass the references only
interface
1.in which declare only member.
2.we can implement the multiple interface.
3. its used only standlizition.
4.we can inherit the interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Explain about .net garbage collector?
Waht is Dot net Arcitecture
Explain the difference between primary & secondary storage device? : Dot net architecture
What is an interrupt? : .NET Architecture
Explain difference between machine config vs. Web config : Dot net architecture
Use of Enable view state ? if turn off what happen ?
Explain about developer benefit from memory management?
Explain about common language infrastructure?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is .net mobile forms? : Microsoft dot net mobile
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
what is sessions and cookies take one example simple way to understand
What is the difference between l1 and l2 cache? : Dot net architecture
Explain 'managed' mean in the .NET context