How to you develop OOps Concept in Your project ?
Can You Explain this question i attend most interview asking this question Please answere.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sibeesh VenuPosted Jan 6, 2015, 11:33 PM
The answer is simple. You just need to explain what are all the OOPS concepts are, and give some scenarios where you can apply those in your project.
You can refer the following links, if you are new to the concept.
http://www.codeproject.com/Articles/600449/IntroductionplustoplusObjectplusOrientedplusProgra
http://www.codeproject.com/Articles/838365/Basic-Csharp-OOP-Concept
For example consider we have a Class of Cars under which Santro Xing, Alto and WaganR represents individual Objects.In this context each Car Object will have its own, Model,Year of Manufacture, Colour, Top Speed, Engine Power etc.,which form Properties of the Car class and the associated actions i.e., object functions like Start, Move, Stop form the Methods of Car Class.No memory is allocated when a class is created. Memory is
allocated only when an object is created, i.e., when an instance of a class is created.
Find out more real time examples here
http://www.dotnetvishal.com/2013/04/oops-concept-with-real-life-example.html
Please accept and up vote if it helped you.
Kindest Regards
Sibeesh
http://sibeeshpassion.com/