Give real time examples for polymorphism, encapsulation,
inheritance..
Answers were Sorted based on User's Feedback
Answer / priya pawar
for example a simple project done for inventory control in a
medical shop
inheritance-The properties of one class is derived by
another class
the class which derives the property is called derived class.
The class from which the properties are derived are called
Base class.
ex.The child who derives some behaviors from the parent
ex color,character from parent
polymorphisms-The ability to take more than one forms.
ex.The sum() function can be used to do the following
1.Adds two numbers when integers are passed as parameters
2.Concatenates two strings when strings are passed as
parameters.
Is This Answer Correct ? | 46 Yes | 11 No |
Answer / harsh mitha(666)
e.g poly:-making a food;
e.g encapsulation:- A drug(capsule);
e.g inheritance:- son. or you
Is This Answer Correct ? | 10 Yes | 2 No |
Name the validation control available in asp.net ?
What is ISAPI?
How do u deploy your asp.net application?
What do you mean by View State and what is its role?
how can i inharit multiple classes?
What is the use of SmartNavigation property?
What is inheritance and an how it be used, example with an example?
Explain parts of assembly?
What is the extension of master page in asp.net?
Can I tap into other windows livetm services?
repeater and gridview diff? Why is repeater fast than gridview?
can i call the java script to code behind file?if yes how?