Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to implement oops concepts in your application ? i didnt' implement oops concepts how face this interview question? can anyone tell me.
Posted
Comments
Anurag Sinha V 13-Mar-13 1:06am    
You can use Polymorphism, which is an OOPS concept, by implementing method overloading or method over-ridding...Its the easiest as per my opinion

OOP is applied everywhere in ASP.NET related files (code behind files) and whole solution (MVC, 3-tiers, n-tiers, MVP or SOA...).

Please refer these links in case you want a deeply sight:

http://www.sitepoint.com/c-asp-net-developers/

http://weblogs.asp.net/nannettethacker/archive/2011/12/08/object-oriented-programming-guidebook-in-asp-net-oop.aspx

http://www.c-sharpcorner.com/UploadFile/eecabral/OOPSand.NET211102005075520AM/OOPSand.NET2.aspx
 
Share this answer
 
v2
Comments
Richard MacCutchan 13-Mar-13 6:19am    
I fixed your formatting and links.
Hi,



refer below links.. It will help you.


Introduction to Object Oriented Programming Concepts (OOP) and More[^]


you want to implement oops concepts,so you can take inheritance example,interface,Method overriding,method overloading.

and you have to try first,google it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900