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

How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1652


What are the types of abstraction?

552


Why is polymorphism needed?

591


What are the features of oop?

634


What do you mean by overloading?

576






Explain the advantages of inheritance.

670


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2753


What is object-oriented programming? Webopedia definition

717


What is class in oop with example?

614


What is interface in oop?

658


Why multiple inheritance is not allowed?

581


What is the difference between inheritance and polymorphism?

585


What is oops?what is its use in software engineering?

555


Which language is not a true object oriented programming language?

640


Why do we need polymorphism in c#?

684