Click here to Skip to main content
15,888,293 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
Please explain OOPS concept with coding, because i have 1.6 yrs experience i'm working in small size of company, here .net developer is i'm only. so i can't get coding knowledge from any one.so please explain about OOPS concept in C#. i think it's really help full for most of the freshers and students. Please explain with sample project...

What I have tried:

I have tried to watch youtube video and read blogs. but I can't understand.why we using the OOPS and how its helped for developer.
Posted
Updated 16-Mar-20 21:47pm

Make a gift to yourself: buy a book.
 
Share this answer
 
We aren't a tutorial site that can take you by the hand and guide you through "how to be a .NET developer" from scratch - and that's effectively what you are asking for here.

There are loads of tutorials out there which explain this, both in terms of books (Wrox, Addison Wesley, and Microsoft Press have many such for .NET and C#) and tutorial sites (Google will find you loads), as well as mostly rubbish YouTube videos (but hey, you might get lucky).
Given that some of these books are 1400 or 1500 pages long, we can't possibly duplicate that knowledge in a little text box!

I'd strongly suggest that you get a book form one of the above and start reading - but don't expect this to be a quick job, there is no shortcut to experience with development.
 
Share this answer
 
The first thing you should learn is correct terminology. It is not OOPS, it is OOP: Object Oriented Programming. See Object-oriented programming - Wikipedia[^]. If you want a sample project then there are plenty of C# examples at https://www.codeproject.com/KB/dotnet/[^].
 
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