Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … fresh) just ended up in an infinite loop of 1. Oops. Something went wrong. Check your network connection (actual message) 2… OOPS Programming Software Development by nitin1 actually, I was reading C++ from some time , but here i want to learn and imprve my OOPS concepts. IF you have some good links or some e-books or some good book name , please help me here. i have learnt from wiki, my one C book in which some 4-5 pages were given on oops. thanks alot in advance. Re: OOPS Programming Software Development by soutrik I think one of the best books for learning OOPS is Object-Oriented Analysis and Design with Applications by Booch et al. It may take a fair amount of time but investing the time is worth it. Re: OOPS Programming Software Development by ddanbe Do you mean [this](http://en.wiktionary.org/wiki/oops)? Or are you referring to [OOP](http://www.codeproject.com/Articles/22769/Introduction-to-Object-Oriented-Programming-Concep)? Re: OOPS Programming Software Development by rubberman … great teacher, and if you really want to get into OOPS, then you need to read such books so you can… Re: OOPS Programming Software Development by nitin1 … to do apti, puzzles, (LL,arrays, trees), OS, DBMS, netwroking, OOPS, some unix commands (to pretend that i know something about… Re: OOPS Programming Software Development by rubberman … little as $2.55USD. Also, there are a LOT of OOPS tools/documents/tutorials and free books on the Internet. Remember… Re: OOPS Programming Software Development by soutrik @nitin1 If you just want to learn C++ programming or have a quick revision, then I suggest The C++ Programming Language by Bjarne Stroustrup but if you want to learn OOPS and the philosophy behind it, then the book by Booch et al and the books mentioned by rubberman should be read. OOPS Programming Software Development by N.M.VIVEK Hi every one this is vivek.I want a projent in oops which should be different it should be totally object oriented and i am getting confused what to do for my project.Please its urgent.Please give me some idea note:- only c++ should be used for coding OOPS is just a method, Not having advantages Programming Software Development by Ketan022 … knows it will be accessing it and modify it. So, OOPS is advantages in coding itself that beginner can’t modify… able, he is change it. I am not sure how OOPs helps in this scenario. To conclude with, is not… OOPs a simple agreed process we are following which may or … Re: OOPS is just a method, Not having advantages Programming Software Development by mike_2000_17 …; #undef private #undef protected > I am not sure how OOPs helps in this scenario. I does not. > To conclude… with, is not OOPs a simple agreed process we are following which may or… oops in Ruby Programming Web Development by prem2 Hi guys, I am new to ruby i already have an experience in the core php and zend framework.I need to clarify the below doubts, Is oops in ruby is completely different from other oops concept languages like java,c#. Can you pls help me out. Thank you, Regards, Premnath Re: OOPS is just a method, Not having advantages Programming Software Development by deceptikon …, locks have no advantages. > To conclude with, is not OOPs a simple agreed process we are following which may or… Oops, you don't have permission to post here Community Center Meta DaniWeb by happygeek This week I have been seeing 'Oops, you don't have permission to post here' appearing a … a post. I compose my reply, press submit, get the Oops message, hit back, my reply has gone and if I… Re: oops Inheritence Programming Software Development by Narue >I need to understand the concept of inheritance in Oops. >Can any one explain with real life example the …: >I need to understand the concept of inheritance in Oops. Inheritance is nothing more than programming by extension. You take… Re: oops in Ruby Programming Web Development by sepp2k What do you mean by "oops"? I assume the oop part stands for Object Oriented … Re: Oops, you don't have permission to post here Community Center Meta DaniWeb by happygeek … is no step between compose reply (while logged in) - get oops message so reload page - reply sends OK (while logged in… Re: Oops, you don't have permission to post here Community Center Meta DaniWeb by happygeek That **was** the specific error: a big Oops followed by the line 'you don't have permission to post here' - I cut and pasted it from the screen in the root post of this thread. Haven't seen it at all today as of yet, and I've replied to a couple of things so far. Re: Oops, you don't have permission to post here Community Center Meta DaniWeb by happygeek Yep. Identical to your other 'oops' error messages in UI style. OOPS concepts in c++ ... Programming Software Development by joshilay hi .. can anyone help me to understand what are the uses of different OOPS concepts of c++ and how thse features helps in programming in c++ ... specailly features like data abstraction etc ... oops Inheritence Programming Software Development by Luckychap Hi guys, I need to understand the concept of inheritance in Oops. Can any one explain with real life example the use of inheritence to enhance a super class. It will be very helfull to me if you can explain me the use of inheritence to build a simple car. Thanks oops concepts doubt.. Programming Software Development by Shanti C I am newbie to java implementation... can any one tel me the oops concepts with real time examples.... thanks in advance... Re: oops concepts doubt.. Programming Software Development by VernonDozier … newbie to java implementation... can any one tel me the oops concepts with real time examples.... thanks in advance...[/QUOTE] WHICH… Oops (c++) Programming Software Development by sanjeet_singh88 I learn C++ Basic. I want to some detail about in OOPS (Dynamic Binding). Re: Oops (c++) Programming Software Development by William Hemsworth Then search on google. [URL="http://www.google.co.uk/search?q=C%2B%2B+OOPS+&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a"][link][/URL] OOPS Project Idea: Database Programming Software Development by khuzdaar … still know the fundamentals but nothing too advanced for decent oops. Anyway, I thought of making a DATABASE of a hospital… Re: OOPS Project Idea: Database Programming Software Development by deceptikon … still know the fundamentals but nothing too advanced for decent oops. The humorous thing is that in a few years you… Re: OOPS Programming Software Development by crescendo Encapsulation is the mechanism that binds code and data together and keeps them safe and away from outside inference and misuse. Encapsulation reduces the maintenance burden, and limiting your exposure to vulnerabilities. The programmer has to design a well-defined interface to control the access of a particular code and data. A class defines the … Re: OOPS Programming Software Development by nitin1 I want practical knowledge. that book has bookish type knowledge. @sourtik Re: OOPS Programming Software Development by nitin1 yes ddanbe.. i am talking about OOP... object orinted programming . like inheritance , polymorphism (in C++ basis). @rubberman. which book you will recommend now ? as you say, i will have that knowledge first. so ?