Jump to content

Exchange Blog Cryptocurrency Blog


All Pips



Recommended Posts

Posted

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.

Posted

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.

  • 4 weeks later...
Posted

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.

Posted

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.

  • 5 months later...
Posted

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.

  • 4 months later...
Posted

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 :D. 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 :D

Posted

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.

  • 2 weeks later...
Posted

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. :D

  • 1 month later...
Posted

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

  • 2 months later...
Posted

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

  • 3 months later...
Posted

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 :D

Posted

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.

  • 1 year later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...