Interface and Abstract class, inheritance, abstraction with
examples. Polymorphism (difference betn overloading and
overriding
Answer Posted / amey
Interface and Abstract class both derived from Method.If u call Abstract class then u have to call all the method of Abstract class but I u call Interface then need not call all the method of Interface.
Inheritance means it is a mechanism of design or construction
from one class to another.
Polymorphism means It is the ability take more than one form.
overloading means same name, different parameter.
overriding means different name, parameter may be different.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the page life cycle in asp.net?
Hi All, Im an MCA holder with 3+ years of experience in asp.net. Now i want to move to some good government job. I have no idea about different categories of exams held & which one can be applicable for my education background. I have done B.A with MCA. Please help me out with your valuable suggestions. I would be very grateful. Thanks Anuj
What is the difference between CLICK and MOUSE DOWN Event ?
How can we call webservices in Banking Applications? and where we are using it?
Is web config mandatory?
Disable browser cache for entire ASP.NET website?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is difference Between Authentication and authorization?
Does web services support data reader like pom project?
How to you can limit Access to Web API to Specific HTTP Verb?
What are ASHX files?
What does the hotspot class in .net do?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What is content page in asp net?