Difference between abstract class and interface
Answer Posted / venu
Abstract class and interface
Abstract class we can declare variables here,bt interface we
cannot,interface methods are by default is public,bt
abstract nt.
abstract we can declare object bt we cannot declare instants
of the class.bt interface we cannot do both.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is meant by server side scripting?
What is bound controls
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
In which event of the page life cycle, is the viewstate available?
Is it right that ASP.NET Web API has replaced WCF?
Is it possible for me to change my aspx file extension to some other name?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Explain transparent caching with aop?
What are the event handlers that we can have in global.asax file?
What is sql data source control in asp.net?
What is strong-typing versus weak-typing?
What is Partial PostBack in ASP.NET?
What is tracing? Where is it used?
What is a 307 redirect?