Click here to Skip to main content
15,900,646 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi
i look after a good sample of object oriented programming in c#,i want to find the usage of interfaces and abstract classes and delegates and abstraction i look after a sample in c# that contains all of those issues and good sample for learning , any one can hep me on this?
Posted
Updated 17-Oct-11 21:55pm
v3

search about this principle
" program to interface principle "
 
Share this answer
 
Comments
a.bolandnataj106 18-Oct-11 4:03am    
Thanks
This link can be very usefull

OOPs in C#
 
Share this answer
 
Wether working in C#, VB or Java (or any other Object Oriented Language for that matter) there are a few core concepts that I think every programmer should know.
They are called SOLID Principles[^] and that link taught me a lot of what I know.
If you get those concepts you can apply them in any OO language. Although the syntax might be different for other languages, the way of thinking stays the same.
 
Share this answer
 
Comments
a.bolandnataj106 18-Oct-11 4:46am    
Thank you,That is great
Sander Rossel 18-Oct-11 4:59am    
No problem. Don't forget to vote/accept the answers that helped you. This let's other people know you found what you're looking for :)
Books are the best means for learning such concepts. Checkout a good one and you'll find the samples you need there.
 
Share this answer
 
Comments
a.bolandnataj106 18-Oct-11 3:57am    
can you introduce a good book that study such concepts very good and quick?

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