Difference between abstract class and interface
Answer Posted / karthik
Abstract classes can have implementations for some of its
members (Methods), but the inteface class can't have
implementation for any of its members
| Is This Answer Correct ? | 247 Yes | 49 No |
Post New Answer View All Answers
Explain different pipelining hazards? : Dot net architecture
What is a clickonce application?
inprocess vs out process session state : Dot net architecture
Explain 'managed' mean in the .NET context
Are there any third party logging components available?
Session State and can i store desirialized object in state server, if yes how and if not why.
What is the difference between metadata and menifest ?
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
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. : Dot net architecture
data types used in validation control
how we can fire event in databound column in datagrid without using button?
What do you know about machine.config file ?
Explain about microsoft visual studio?
Explain the purpose of cache? How is it used? : Dot net architecture
what is the difference between master page and content page?