what is object oriented programming and procedure oriented
programming?

Answer Posted / achal ubbott

OOP is basically a way of doing organized programming. When
in old times, computer programs began to expand hugely then
a need to organize the code became important. So OOP came
into being.
Otherwise procedural programming(like in C) is enough to
get things going. But huge programs in C become difficult
to deal with. Since everything is global so a lot of
inconsistencies may arise.

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2. Give the different notations for the class.\

1670


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2132


What is difference between oop and pop?

716


What is abstraction with example?

712


How do you answer polymorphism?

666






What is difference between class and object with example?

674


What is polymorphism give a real life example?

638


write a programe to calculate the simple intrest and compund intrest using by function overlading

1758


what type of questions

1782


What is the types of inheritance?

684


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1558


What is overloading in oops?

703


What do you mean by variable?

668


write a program to find 2 power of a 5digit number with out using big int and exponent ?

2004


What makes a language oop?

704