mj_14327 Posted October 7, 2010 Share Posted October 7, 2010 hi everybody which Language is best for programming. according to me oops is best from procedure oriented languages. what's your views ? me the best is object oriented because of drop and drag factor. in procedural you need more codes before you gain what you want and you need to think and search more. Quote Link to comment Share on other sites More sharing options...
Prateek Posted October 11, 2010 Share Posted October 11, 2010 oops is always better for the following reasons 1. oops has features like abstraction,encapsulation,inheritance,polymorhism. 2. in procedural language declaration of function has to be done above main() whereas in oops it is not compulsory. 3. we have to mention return type in procedural languages while not in oops. 4. drag and drop is other advantage in oops. 5. pointers are not used in oops. Quote Link to comment Share on other sites More sharing options...
yogeshwartyagi Posted November 6, 2010 Share Posted November 6, 2010 This is right that oops is more structured than procedural, but to begin with procedural style of programming gives better understanding of programming. Lot of programs are written in procedural languages like Cobol or C, so without adequate knowledge it would not be possible to maintain existing modules. So procedural is never less important than the oop. Quote Link to comment Share on other sites More sharing options...
Prateek Posted November 7, 2010 Share Posted November 7, 2010 This is right that oops is more structured than procedural, but to begin with procedural style of programming gives better understanding of programming. Lot of programs are written in procedural languages like Cobol or C, so without adequate knowledge it would not be possible to maintain existing modules. So procedural is never less important than the oop. Â yes , i agree to what you said but after understanding procedural languages one should do through practise with oops such as c++ because the oops structure is widely implemented in many upgraded languages. Quote Link to comment Share on other sites More sharing options...
yogeshwartyagi Posted May 1, 2011 Share Posted May 1, 2011 You are right @ Prateek - even though i am used to procedural languages but the time is to go with object oriented all the new technology is based on the oops so to move with the world we have to do well in object oriented. Quote Link to comment Share on other sites More sharing options...
perfwill Posted September 7, 2011 Share Posted September 7, 2011 OOP is an art, it takes time to master but once you master it, you're a great "artist" and you can code clean, understandable, maintainable and in summary GREAT codes . There are many higher concepts and "higher art" of OOP you should learn, like Design Patterns, Unit Testing... There're many things but just because OOP is a real art! ^^. Don't be scared and get ready for the great journey in the OOP world, you'll be a better and better programmer on each step Quote Link to comment Share on other sites More sharing options...
yogeshwartyagi Posted September 8, 2011 Share Posted September 8, 2011 You are right @perfwill the time is to go with oop and no new language is coming based on procedural concept I though am programing using procedural languages since long but as the time demanded i had to update myself with the oops and i find it easy and time saving now. Quote Link to comment Share on other sites More sharing options...
riddick09 Posted September 17, 2011 Share Posted September 17, 2011 I find it easy for me to have fast and comfortable programming language having object oriented feature. This will lessen the time to study the codes and be familiar to the codes. In object oriented atleast we are sure of the codes inputted in the program so we will just think of the design and other finishing features. Quote Link to comment Share on other sites More sharing options...
pepy Posted November 5, 2011 Share Posted November 5, 2011 OOP and Procedural have their own advantages and own disadvantages, and i think there is no the best from both of them, just use them wisely but since i learning java and C++ i learning about OOP too so i can make my Program well Quote Link to comment Share on other sites More sharing options...
kivanger Posted February 4, 2012 Share Posted February 4, 2012 I prefer the object oriented rather than procedural due by using objeck oriented, I could more easily do the work that is given, especially if it concerned the task of creating a program to counter. but procedurally we should also know, because that is what should be done by the programmer Quote Link to comment Share on other sites More sharing options...
kangaros Posted May 14, 2012 Share Posted May 14, 2012 prefer Object Oriented Programming it's hard for first time you use it. but after you mastered that OOP. your coding would be much easier to read and hv a clean coding. could be useful if u use it for game / etc agree with perfwill Quote Link to comment Share on other sites More sharing options...
pepy Posted May 18, 2012 Share Posted May 18, 2012 OO or Procedure? hmm well you can use both of them, and use them properly in the right, place. one of my opinion is make your coding more efficient and more clearly rather than forcing yourself you use OO while you can create better coding with Procedure lol. Quote Link to comment Share on other sites More sharing options...
johnstyle Posted March 8, 2014 Share Posted March 8, 2014 OOPs is always better language to do programming with reliability. The concept of OOPs makes the language a powerful language which is used to develop high level programs or software. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.