Click here to Skip to main content
15,916,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am new to c# and now I am Learning OOPS Concepts in C#,
I am looking for Single(or 2 to 3) Project(s) with All major oops concepts used in that project

Because I studied oops concepts from various websites and articles but I cannot say confidently I know oops in C#.

I don't know When and Where should I use the oops concepts in real projects

So I am looking For Projects that uses All major OOPS Concepts Like abstraction, Encapsulation, Inheritance, Polymorphism

So Please can anybody suggest any projects for download & learning C# oops concepts

Note:- It will be more helpful your suggestion Project is windows form application, because currently I am working in vb.net windows forms application

Thanks Advance.

What I have tried:

Studied oops basics from various websites and articles.
Posted
Updated 24-Oct-17 20:00pm
Comments
Richard MacCutchan 25-Oct-17 3:53am    
No such thing as "OOPS concepts"; do you mean Object Oriented Programming?
Afzaal Ahmad Zeeshan 25-Oct-17 5:05am    
If he would say, oops, I meant oop, then he would want to learn about recursion as well. :D
Richard MacCutchan 25-Oct-17 7:01am    
OOPS
OOP
OO
O
:)

1 solution

That is why they are typically called a tutorial, and not a demonstration or sample project. Tutorial is only intended to showcase the concept and to explain the concept, it is very less likely that someone would be interested in developing an entire project, with every OOP concept just to write an article — OOP is way more broader than you might think.

Which is why, if you want to learn OOP, I would recommend taking a class at your local institute for software development and learn how to build a software with OOP concepts. There are some only websites that share the same insights as well, but the expertise level of the authors is quite questionable.

Finally, even if you did some good tutorial, chances are you are only going to see a "real world example", which is again not a full project.

Lastly, why put a condition around Windows Forms? OOP is not used in Windows Forms only, there are other frameworks and languages that can teach you OOP even better. Is this a homework? If so, then your chances to get help are even less. :D

Real world examples for OOPS concepts[^]
 
Share this answer
 
v2

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