differences between class inheritance and interface?
Answer Posted / waqas ahmed
In C++, multiple class inheritance was allowed but in C# it
is not. The alternate for multiple inheritance is the use of
interface, it works like a pure abstract class (having
methods prototype only and have to be implemented by the
class that is inheriting the interface)
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
How long should a session id be?
What do you understand by aggregate dependency?
In how many ways we can retrieve table records count?
What does clearing cache?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain method to handle error using HttpError in Web API?
Explain the asp.net mvc folder conventions? : asp.net mvc
How many types of session in ASP.NET
What is http session state?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the difference between session.abandon() vs clear()?
What is a 404 redirect?
How can we update records in gridview?Is there any appropriate code for it?
What is autopostback true?