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

I want to know how to use OOPS concepts in C#3.5. Especially Constructor, Function, Interface, Inheritance like these concepts. If anybody know this clearly could you please explain with sample code.



Thanks in Advance
Posted

OOP concepts are not you can write in one shot (if you are not writing a book) . Start searching on each concepts listed. In few days you will be able to grasp it.

Following are the important paradigm of OOP:

1. Abstraction
2. Encapsulation
3. Polymorphism
4. Inheritance

This could be the good place to start
http://en.wikipedia.org/wiki/Object-oriented_programming[^]
 
Share this answer
 
Jayanthi, there are great resources on MSDN to get you started.

Try here.[^]

The scope and breadth of your questions are quite large, and not really suited to this type of forum. If you have specific programming questions, be sure to post where you've looked, what you've tried, what your problem is and how you'd like help. Post code, and ask how to fix it.

You'll find there are a ton of folks here to give you a hand if you're willing to do some work on your end.

Cheers.
 
Share this answer
 
Comments
Jayanthi-SE 11-Nov-11 21:47pm    
ok thanks
 
Share this answer
 
 
Share this answer
 
Comments
Jayanthi-SE 2-Dec-11 2:36am    
thanks for your suggestion. Its good one to begin.

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